misc/migration/3.17.11_Any.py
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 for table, column in [
       
     2         ('transactions', 'tx_time'),
       
     3         ('tx_entity_actions', 'tx_uuid'),
       
     4         ('tx_relation_actions', 'tx_uuid')]:
       
     5     repo.system_source.create_index(session, table, column)
       
     6 
       
     7 commit()