misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 07 Jan 2015 11:55:12 +0100
changeset 10132 5af4c5087d32
parent 9463 d62e13eba033
permissions -rw-r--r--
Added tag cubicweb-version-3.20.0, cubicweb-debian-version-3.20.0-1, cubicweb-centos-version-3.20.0-1 for changeset 7e6b7739afe6

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