misc/migration/3.17.11_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 16 Dec 2014 11:37:52 +0100
changeset 10117 bf962b760082
parent 9463 d62e13eba033
permissions -rw-r--r--
[debian] Install wsgi directory in cubicweb-web package Closes #4752375.

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