]> andersk Git - moira.git/blobdiff - db/newdb
*** empty log message ***
[moira.git] / db / newdb
index aa7d57dcc8d95a207bfdcfd492e2f332b24e1a71..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,
@@ -234,7 +238,7 @@ create printcap
 create palladium
 (
        name            = c32,
-       ident           = i2,
+       ident           = i4,
        mach_id         = i4,
        modtime         = date,
        modby           = i4,
@@ -266,3 +270,8 @@ create tblstats
        updates         = i4,
        deletes         = i4
 )
+create incremental
+(
+       table           = c16,
+       service         = c16
+)
This page took 0.045576 seconds and 4 git commands to generate.