]> andersk Git - moira.git/commitdiff
changed quota record
authormar <mar>
Fri, 30 Mar 1990 14:53:17 +0000 (14:53 +0000)
committermar <mar>
Fri, 30 Mar 1990 14:53:17 +0000 (14:53 +0000)
db/newdb

index 134788a3851c9665c93b02178ce11282b261a446..28b5d0f1d360a19ac59cf64e97f52b707af9eab3 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,
This page took 0.088697 seconds and 5 git commands to generate.