misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 17 Feb 2014 15:32:50 +0100
changeset 9543 39f981482e34
parent 9463 d62e13eba033
permissions -rw-r--r--
merge 3.18.x in 3.19 branch

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