misc/migration/3.17.11_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 11 Jun 2015 09:51:30 +0200
changeset 10452 f3dec653a27d
parent 9463 d62e13eba033
permissions -rw-r--r--
[test] Skip spa2rql tests when fyzz is not available Closes #5456750.

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