]> andersk Git - moira.git/commitdiff
added hosttable stuff
authormar <mar>
Tue, 26 Oct 1993 15:07:58 +0000 (15:07 +0000)
committermar <mar>
Tue, 26 Oct 1993 15:07:58 +0000 (15:07 +0000)
db/dbopt

index d559c3d675e67397b234af11d112e73533927a1c..47774f1f3c910aa10f835b478513e12d0e34763b 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -17,6 +17,12 @@ 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
+;\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.033839 seconds and 5 git commands to generate.