misc/migration/3.17.11_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 12 Feb 2014 18:15:32 +0100
branchstable
changeset 9521 9eb810333b0f
parent 9336 722635e530a0
child 9463 d62e13eba033
permissions -rw-r--r--
[hooks/security, devtools/fill] silence yams 0.38.0 warnings

for table, column in [
        ('transactions', 'tx_time'),
        ('tx_entity_actions', 'tx_uuid'),
        ('tx_relation_actions', 'tx_uuid')]:
    session.cnxset.source('system').create_index(session, table, column)

commit()