misc/migration/3.17.11_Any.py
author David Douard <david.douard@logilab.fr>
Wed, 26 Nov 2014 17:58:23 +0100
changeset 10061 ecbfec2da8a2
parent 9463 d62e13eba033
permissions -rw-r--r--
[merge] backport 3.18 fixes

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