misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 May 2014 15:59:39 +0200
changeset 9737 c6f47e635845
parent 9463 d62e13eba033
permissions -rw-r--r--
[wsgi] look at wsgi.url_scheme to decide if we're on https The server/gateway is supposed to fill it in for us.

for table, column in [
        ('transactions', 'tx_time'),
        ('tx_entity_actions', 'tx_uuid'),
        ('tx_relation_actions', 'tx_uuid')]:
    repo.system_source.create_index(session, table, column)

commit()