misc/migration/3.17.11_Any.py
changeset 9463 d62e13eba033
parent 9336 722635e530a0
equal deleted inserted replaced
9462:375fc1868b11 9463:d62e13eba033
     1 for table, column in [
     1 for table, column in [
     2         ('transactions', 'tx_time'),
     2         ('transactions', 'tx_time'),
     3         ('tx_entity_actions', 'tx_uuid'),
     3         ('tx_entity_actions', 'tx_uuid'),
     4         ('tx_relation_actions', 'tx_uuid')]:
     4         ('tx_relation_actions', 'tx_uuid')]:
     5     session.cnxset.source('system').create_index(session, table, column)
     5     repo.system_source.create_index(session, table, column)
     6 
     6 
     7 commit()
     7 commit()