misc/migration/3.17.11_Any.py
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Fri, 14 Feb 2014 15:42:25 +0100
branchstable
changeset 9535 09b4ebb9b0f1
parent 9336 722635e530a0
child 9463 d62e13eba033
permissions -rw-r--r--
[ldapfeed] fix encode error during initial user import Closes #3539196.

for table, column in [
        ('transactions', 'tx_time'),
        ('tx_entity_actions', 'tx_uuid'),
        ('tx_relation_actions', 'tx_uuid')]:
    session.cnxset.source('system').create_index(session, table, column)

commit()