]> andersk Git - moira.git/commitdiff
Increase size of list name column.
authorzacheiss <zacheiss>
Tue, 30 Jun 2009 02:54:44 +0000 (02:54 +0000)
committerzacheiss <zacheiss>
Tue, 30 Jun 2009 02:54:44 +0000 (02:54 +0000)
db/schema.sql

index 136c461a8de0b829e2970f98a4257c96140313b9..5760d4ae6441454cb4f52aac55beb87ab8faf9c5 100644 (file)
@@ -144,7 +144,7 @@ create table svc
 
 create table list
 (
-       name            VARCHAR(32)     DEFAULT CHR(0)  NOT NULL,
+       name            VARCHAR(56)     DEFAULT CHR(0)  NOT NULL,
        list_id         INTEGER         DEFAULT 0       NOT NULL,
        active          INTEGER         DEFAULT 0       NOT NULL,
        publicflg       INTEGER         DEFAULT 0       NOT NULL,
This page took 0.04292 seconds and 5 git commands to generate.