]> andersk Git - moira.git/blobdiff - db/dbopt
changed name of journal file
[moira.git] / db / dbopt
index 5541f83975d49e8c1d789cfcaa9889f120b51881..9efbfddc0c2d24cd82e9ee013160bb9d59eabdbf 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -10,6 +10,10 @@ modify i_usr_uid to btree
 index on users is i_usr_pop (pop_id)
 modify i_usr_pop to btree
 
+modify krbmap to btree unique on users_id
+index on krbmap is i_krb_str (string_id)
+modify i_krb_str to btree
+
 modify machine to cbtree unique on mach_id
 index on machine is i_mac_name (name)
 modify i_mac_name to btree
@@ -80,4 +84,6 @@ modify printcap to cbtree on name
 index on printcap is i_pcp_mach (mach_id)
 modify i_pcp_mach to btree
 
+modify palladium to cbtree on name
+
 modify capacls to cbtree on tag
This page took 0.038592 seconds and 4 git commands to generate.