misc/migration/3.17.11_Any.py
author David Douard <david.douard@logilab.fr>
Wed, 26 Nov 2014 17:39:59 +0100
branchstable
changeset 10057 68a95d4fb77f
parent 9336 722635e530a0
child 9463 d62e13eba033
permissions -rw-r--r--
Added tag cubicweb-version-3.18.7, cubicweb-debian-version-3.18.7-1, cubicweb-centos-version-3.18.7-1 for changeset cb96f4403cf2

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