misc/migration/3.17.11_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 06 Jan 2014 17:25:55 +0100
changeset 9470 b1ff6525ece3
parent 9463 d62e13eba033
permissions -rw-r--r--
[c-c schema] option to show single etype (closes #3404831)

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