misc/migration/3.17.11_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 05 Jan 2016 10:36:17 +0100
changeset 11082 0cdd92261c4a
parent 9463 d62e13eba033
permissions -rw-r--r--
[web/component] guard against invalid page_size form parameter Same as dff28956f37e, except the almost same code exists in two places (yay us).

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