]> andersk Git - moira.git/blobdiff - db/dbopt
changed name of journal file
[moira.git] / db / dbopt
index 5dcdc9bbd3e23c320f9a39cea75bc29d758a91cc..9efbfddc0c2d24cd82e9ee013160bb9d59eabdbf 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -4,12 +4,16 @@ modify i_usr_login to btree
 index on users is i_usr_name (first, last)
 modify i_usr_name to cbtree on first, last
 index on users is i_usr_last (last, first)
-modify i_usr_name to cbtree on last, first
+modify i_usr_last to cbtree on last, first
 index on users is i_usr_uid (uid)
 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
@@ -59,6 +63,8 @@ index on filesys is i_fil_phys (phys_id)
 modify i_fil_phys to cbtree
 index on filesys is i_fil_grp (owners)
 modify i_fil_grp to btree
+index on filesys is i_fil_user (owner)
+modify i_fil_user to btree
 
 modify fsgroup to cbtree on group_id
 index on fsgroup is i_fsg_filsys (filsys_id)
@@ -78,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.031007 seconds and 4 git commands to generate.