]> andersk Git - moira.git/commitdiff
Active Directory only allows container names up to 64 characters.
authorzacheiss <zacheiss>
Sun, 12 Aug 2001 19:28:49 +0000 (19:28 +0000)
committerzacheiss <zacheiss>
Sun, 12 Aug 2001 19:28:49 +0000 (19:28 +0000)
db/schema.sql

index e6ae9697ee97aeac1467f8f46b762a281e7f704e..5a5ed49a640e2315d70d697bb73e81aa12a71658 100644 (file)
@@ -398,7 +398,7 @@ create table listsids
 
 create table containers
 (
-       name            VARCHAR(255)    DEFAULT CHR(0)  NOT NULL,
+       name            VARCHAR(64)     DEFAULT CHR(0)  NOT NULL,
        cnt_id          INTEGER         DEFAULT 0       NOT NULL,
        description     VARCHAR(255)    DEFAULT CHR(0)  NOT NULL,
        location        VARCHAR(64)     DEFAULT CHR(0)  NOT NULL,
This page took 0.03621 seconds and 5 git commands to generate.