misc/migration/3.17.11_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 02 Dec 2014 11:37:01 +0100
changeset 10088 ac63f7ec5af0
parent 9463 d62e13eba033
permissions -rw-r--r--
[test/view forms] use the official, undeprecated API

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