]> andersk Git - moira.git/commitdiff
Add list_id and publicflg columns to containers table.
authorzacheiss <zacheiss>
Fri, 2 Aug 2002 10:30:58 +0000 (10:30 +0000)
committerzacheiss <zacheiss>
Fri, 2 Aug 2002 10:30:58 +0000 (10:30 +0000)
db/schema.sql

index 1e926c70e514b7fe10ffa83ced98b0ad56948d74..9793fa79607a818a3a25be5f6644e8e02ebfd6ed 100644 (file)
@@ -407,6 +407,8 @@ create table containers
 (
        name            VARCHAR(64)     DEFAULT CHR(0)  NOT NULL,
        cnt_id          INTEGER         DEFAULT 0       NOT NULL,
+       list_id         INTEGER         DEFAULT 0       NOT NULL,
+       publicflg       INTEGER         DEFAULT 0       NOT NULL,
        description     VARCHAR(255)    DEFAULT CHR(0)  NOT NULL,
        location        VARCHAR(64)     DEFAULT CHR(0)  NOT NULL,
        contact         VARCHAR(32)     DEFAULT CHR(0)  NOT NULL,
This page took 2.617538 seconds and 5 git commands to generate.