misc/migration/3.17.11_Any.py
author Christophe de Vienne <christophe@unlish.com>
Mon, 08 Sep 2014 10:55:30 +0200
changeset 9944 9b3b21b7ff3e
parent 9463 d62e13eba033
permissions -rw-r--r--
[wsgi] Fix multiple variables reading in params Closes #4306081

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