misc/migration/3.17.11_Any.py
branchstable
changeset 9336 722635e530a0
child 9463 d62e13eba033
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/migration/3.17.11_Any.py	Wed Nov 13 12:39:30 2013 +0100
@@ -0,0 +1,7 @@
+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()