From: zacheiss Date: Fri, 16 May 2003 18:23:03 +0000 (+0000) Subject: Increase size of new columns. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/d2cd235dfe89111c284990c3d05aa42a44a6e2e5 Increase size of new columns. --- diff --git a/db/schema.sql b/db/schema.sql index 97d90aee..f120bc76 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -49,8 +49,8 @@ create table users flag INTEGER DEFAULT 0 NOT NULL, created DATE DEFAULT SYSDATE NOT NULL, creator INTEGER DEFAULT 0 NOT NULL, - winhomedir VARCHAR(64) DEFAULT '[AFS]' NOT NULL, - winprofiledir VARCHAR(64) DEFAULT '[AFS]' NOT NULL, + winhomedir VARCHAR(260) DEFAULT '[AFS]' NOT NULL, + winprofiledir VARCHAR(260) DEFAULT '[AFS]' NOT NULL, ); create table krbmap