misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 13 Feb 2014 16:51:22 +0100
changeset 9531 d4e12e37e908
parent 9336 722635e530a0
child 9463 d62e13eba033
permissions -rw-r--r--
[web/data] Add missing images from jquery-ui 1.10.3 Closes #3175933

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