misc/migration/3.17.11_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 04 Jun 2014 13:28:24 +0200
changeset 9850 5ef9dd383ae2
parent 9463 d62e13eba033
permissions -rw-r--r--
[tests/rqlannotation,querier] use the new connection api

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