misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 21 Mar 2016 18:08:47 +0100
changeset 11223 d4d36b583f40
parent 9463 d62e13eba033
permissions -rw-r--r--
Added tag 3.20.14, debian/3.20.14-1, centos/3.20.14-1 for changeset f66a4895759e

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()