misc/migration/3.17.11_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 05 Dec 2014 11:25:35 +0100
changeset 10230 b02fbb68ee7a
parent 9463 d62e13eba033
permissions -rw-r--r--
[test/i18n] remove unneeded hack

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