misc/migration/3.17.11_Any.py
author Florent Cayré <florent.cayre@logilab.fr>
Wed, 12 Mar 2014 14:08:51 +0100
branchstable
changeset 9566 cc7e0f4eb10f
parent 9336 722635e530a0
child 9463 d62e13eba033
permissions -rw-r--r--
Added tag cubicweb-centos-version-3.17.14-1, cubicweb-version-3.17.14, cubicweb-debian-version-3.17.14-1 for changeset fa00fc251d57

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