]> andersk Git - moira.git/blobdiff - db/newdb
Forgot a ;
[moira.git] / db / newdb
index 134788a3851c9665c93b02178ce11282b261a446..692582f9e41a417710dcb0150404f2bbc9910f70 100644 (file)
--- a/db/newdb
+++ b/db/newdb
@@ -171,10 +171,11 @@ create nfsphys
        modby           = i4,
        modwith         = c8
 )
-create nfsquota 
+create quota 
 (
-       users_id        = i4,
        filsys_id       = i4,
+       type            = c8,
+       entity_id       = i4,
        phys_id         = i4,
        quota           = i4,
        modtime         = date,
@@ -226,6 +227,9 @@ create printcap
        mach_id         = i4,
        dir             = c32,
        rp              = c16,
+       quotaserver     = i4,
+       auth            = i1,
+       price           = i2,
        comments        = c64,
        modtime         = date,
        modby           = i4,
This page took 0.030932 seconds and 4 git commands to generate.