From: zacheiss Date: Tue, 30 Jun 2009 02:54:44 +0000 (+0000) Subject: Increase size of list name column. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/6bb1ad3a99cd697345662adbf61e9c2cf787abe1 Increase size of list name column. --- diff --git a/db/schema.sql b/db/schema.sql index 136c461a..5760d4ae 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -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,