]> andersk Git - moira.git/commitdiff
added fsgroup
authormar <mar>
Mon, 20 Mar 1989 14:23:59 +0000 (14:23 +0000)
committermar <mar>
Mon, 20 Mar 1989 14:23:59 +0000 (14:23 +0000)
db/dbopt
db/newdb

index b59abd6a404e19fbb31234cb2254466729bf2fec..5dcdc9bbd3e23c320f9a39cea75bc29d758a91cc 100644 (file)
--- a/db/dbopt
+++ b/db/dbopt
@@ -60,6 +60,10 @@ modify i_fil_phys to cbtree
 index on filesys is i_fil_grp (owners)
 modify i_fil_grp to btree
 
+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 fde7e3167ac12dc79f17f2f15dc6e23ce75c3513..9991f29cd6e77d85fb867a86fa6419f4066445ff 100644 (file)
--- a/db/newdb
+++ b/db/newdb
@@ -145,6 +145,12 @@ create filesys
        modby           = i4,
        modwith         = c8
 )
+create fsgroup
+(
+       group_id        = i4,
+       filsys_id       = i4,
+       key             = c8
+)
 create nfsphys 
 (
        nfsphys_id      = i4,
This page took 0.046964 seconds and 5 git commands to generate.