misc/migration/3.17.11_Any.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 10 Dec 2013 11:36:04 +0100
changeset 9342 e148583db39e
parent 9336 722635e530a0
child 9463 d62e13eba033
permissions -rw-r--r--
[skeleton i18n] Add PO-Revision-Date header to make emacs po-mode happy Closes #3276389

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