cubicweb/misc/migration/3.17.11_Any.py
author David Douard <david.douard@logilab.fr>
Fri, 18 Nov 2016 15:00:43 +0100
branch3.24
changeset 11839 18e72d24dc58
parent 11057 0b59724cb3f2
permissions -rw-r--r--
Added tag 3.24.1, debian/3.24.1-1, centos/3.24.1-1 for changeset da52fda6f15b

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