]> andersk Git - moira.git/blobdiff - db/schema.sql
add an "nfsgroup" column to the lists table, and build an index on it.
[moira.git] / db / schema.sql
index 35d523953558fd8e75ee6d24004999ab6e89cc2c..e249f591e6a3673e657ff0a0c1e04887e3058e09 100644 (file)
@@ -137,6 +137,7 @@ create table list
        maillist        INTEGER         DEFAULT 0       NOT NULL,
        grouplist       INTEGER         DEFAULT 0       NOT NULL,
        gid             SMALLINT        DEFAULT 0       NOT NULL,
+       nfsgroup        INTEGER         DEFAULT 0       NOT NULL,       
        description     VARCHAR(255)    DEFAULT CHR(0)  NOT NULL,
        acl_type        VARCHAR(8)      DEFAULT CHR(0)  NOT NULL,
        acl_id          INTEGER         DEFAULT 0       NOT NULL,
This page took 0.043482 seconds and 4 git commands to generate.