cubicweb/misc/migration/3.17.11_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Wed, 18 Dec 2019 05:48:25 +0100
changeset 12813 9c151701d63e
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[doc/fix] BwCompatCWRegistry class doesn't exist anymore

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