]> andersk Git - moira.git/commitdiff
Increase size of new columns.
authorzacheiss <zacheiss>
Fri, 16 May 2003 18:23:03 +0000 (18:23 +0000)
committerzacheiss <zacheiss>
Fri, 16 May 2003 18:23:03 +0000 (18:23 +0000)
db/schema.sql

index 97d90aee9f84ec080fa2a2f4260b252ba332aac8..f120bc7675f0a1a1aec405a21236dc1882bab05f 100644 (file)
@@ -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
This page took 0.036283 seconds and 5 git commands to generate.