]> andersk Git - moira.git/blobdiff - db/schema.sql
Increase size of new columns.
[moira.git] / 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.034605 seconds and 4 git commands to generate.