misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 16 Jan 2015 11:17:53 +0100
changeset 10207 5ec5d17b5e5b
parent 9463 d62e13eba033
permissions -rw-r--r--
[undo/test] if we try to delete an entity referenced by an inline relation, we fail

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