misc/migration/3.17.11_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 01 Apr 2014 10:26:37 +0200
changeset 9637 c6132d36e55d
parent 9463 d62e13eba033
permissions -rw-r--r--
[test] silence warnings for unittest_entity by upgrading to new 3.19 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()