]> andersk Git - moira.git/commitdiff
changed quota table
authormar <mar>
Fri, 30 Mar 1990 15:00:48 +0000 (15:00 +0000)
committermar <mar>
Fri, 30 Mar 1990 15:00:48 +0000 (15:00 +0000)
db/dbopt
db/dbopt.after

index 73e121ce7bd58fe50e0db7a0d36a4f401ad84a4d..1572d3ef86635138dd2438f1523490b8f7d58da4 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -70,11 +70,11 @@ modify fsgroup to cbtree on group_id
 index on fsgroup is i_fsg_filsys (filsys_id)
 modify i_fsg_filsys 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
 
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.055708 seconds and 5 git commands to generate.