cubicweb/misc/migration/3.17.11_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2016 09:07:42 +0100
branch3.24
changeset 11809 11365e5c11d7
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[doc] Add my 3.24 release notes

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