misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 02 Oct 2014 17:18:29 +0200
changeset 10080 bc7c3b0f439b
parent 9463 d62e13eba033
permissions -rw-r--r--
[web] stop accepting the magic __message form parameter This has been deprecated for a while, and replaced by _cwmsgid, which doesn't allow arbitrary content.

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