]> andersk Git - moira.git/blobdiff - db/schema.sql
Schema changes for membership acls.
[moira.git] / db / schema.sql
index df67571f549aea8b7c25663bde176a5355de717d..7f29c800b88f4c787b2a9dd0110d4db52c31831b 100644 (file)
@@ -142,6 +142,8 @@ create table list
        description     VARCHAR(255)    DEFAULT CHR(0)  NOT NULL,
        acl_type        VARCHAR(8)      DEFAULT CHR(0)  NOT NULL,
        acl_id          INTEGER         DEFAULT 0       NOT NULL,
+       memacl_type     VARCHAR(8)      DEFAULT CHR(0)  NOT NULL,
+       memacl_id       INTEGER         DEFAULT 0       NOT NULL,
        modtime         DATE            DEFAULT SYSDATE NOT NULL,
        modby           INTEGER         DEFAULT 0       NOT NULL,
        modwith         VARCHAR(8)      DEFAULT CHR(0)  NOT NULL
This page took 0.031533 seconds and 4 git commands to generate.