]> andersk Git - moira.git/blobdiff - db/newdb
increase hostname length
[moira.git] / db / newdb
index bd90f3900dcb94edaa7022450523825498f6cfa0..692582f9e41a417710dcb0150404f2bbc9910f70 100644 (file)
--- a/db/newdb
+++ b/db/newdb
@@ -34,6 +34,11 @@ create users
        uglist_id       = i4,
        ugdefault       = i1
 )
+create krbmap
+(
+       users_id        = i4,
+       string_id       = i4
+)
 create machine 
 (
        name            = c32,
@@ -81,11 +86,13 @@ create list
        modby           = i4,
        modwith         = c8
 )
-create members 
+create imembers 
 (
        list_id         = i4,
        member_type     = c8,
-       member_id       = i4
+       member_id       = i4,
+       ref_count       = i2,
+       direct          = i2
 )
 create servers 
 (
@@ -129,11 +136,11 @@ create filesys
 (
        filsys_id       = i4,
        phys_id         = i4,
-       label           = c16,
+       label           = c32,
        order           = i2,
        type            = c8,
        mach_id         = i4,
-       name            = c32,
+       name            = c80,
        mount           = c32,
        access          = c1,
        comments        = c64,
@@ -145,6 +152,12 @@ create filesys
        modby           = i4,
        modwith         = c8
 )
+create fsgroup
+(
+       group_id        = i4,
+       filsys_id       = i4,
+       key             = c8
+)
 create nfsphys 
 (
        nfsphys_id      = i4,
@@ -158,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,
@@ -213,11 +227,23 @@ create printcap
        mach_id         = i4,
        dir             = c32,
        rp              = c16,
+       quotaserver     = i4,
+       auth            = i1,
+       price           = i2,
        comments        = c64,
        modtime         = date,
        modby           = i4,
        modwith         = c8
 )
+create palladium
+(
+       name            = c32,
+       ident           = i4,
+       mach_id         = i4,
+       modtime         = date,
+       modby           = i4,
+       modwith         = c8
+)
 create capacls 
 (
        capability      = c32,
@@ -244,3 +270,8 @@ create tblstats
        updates         = i4,
        deletes         = i4
 )
+create incremental
+(
+       table           = c16,
+       service         = c16
+)
This page took 0.160504 seconds and 4 git commands to generate.