]> andersk Git - moira.git/blobdiff - db/dbopt.after
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / db / dbopt.after
index 3d29e8fbbed328391a35d63709718f28130a5999..e7d624c0a4090c2e11e093a79226ab43c0ac6946 100644 (file)
@@ -35,11 +35,11 @@ modify i_str_name to hash
 index on filesys is i_fil_grp (owners)
 modify i_fil_grp to btree
 
-modify nfsquota to cbtree on users_id
-index on nfsquota is i_nfq_fil (filsys_id)
-modify i_nfq_fil to cbtree
-index on nfsquota is i_nfq_phys (phys_id)
-modify i_nfq_phys to cbtree
+modify quota to cbtree on entity_id
+index on quota is i_qot_fil (filsys_id)
+modify i_qot_fil to cbtree
+index on quota is i_qot_phys (phys_id)
+modify i_qot_phys to cbtree
 
 modify zephyr to cbtree unique on class
 
This page took 0.046919 seconds and 4 git commands to generate.