]> andersk Git - moira.git/blobdiff - db/dbopt
remove bogus "old" list args
[moira.git] / db / dbopt
index d559c3d675e67397b234af11d112e73533927a1c..c673c7999db8e4fe28b035b14ea6666e3ee9ee71 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -17,6 +17,13 @@ modify machine to cbtree unique on mach_id;\g
 create index i_mac_name on  machine (name);\g
 modify i_mac_name to btree;\g
 ;\g
+modify hostalias to cbtree unique on name;\g
+create index i_hal_id on hostalias (mach_id);\g
+modify i_hal_id to btree;\g
+;\g
+modify subnet to btree unique on snet_id;\g
+create index i_snt_name on subnet (name);\g
+;\g
 modify cluster to cbtree unique on clu_id;\g
 create index i_clu_name on  cluster (name);\g
 modify i_clu_name to btree;\g
This page took 0.032729 seconds and 4 git commands to generate.