]> andersk Git - moira.git/commitdiff
Make the serv_cluster column bigger.
authorzacheiss <zacheiss>
Sat, 5 Feb 2000 00:43:37 +0000 (00:43 +0000)
committerzacheiss <zacheiss>
Sat, 5 Feb 2000 00:43:37 +0000 (00:43 +0000)
db/schema.sql

index 361e7babee08e168ba4f4a20d1cce7499b177f3f..35d523953558fd8e75ee6d24004999ab6e89cc2c 100644 (file)
@@ -124,7 +124,7 @@ create table svc
 (
        clu_id          INTEGER         DEFAULT 0       NOT NULL,
        serv_label      VARCHAR(16)     DEFAULT CHR(0)  NOT NULL,
-       serv_cluster    VARCHAR(32)     DEFAULT CHR(0)  NOT NULL
+       serv_cluster    VARCHAR(128)    DEFAULT CHR(0)  NOT NULL
 );
 
 create table list
This page took 0.053728 seconds and 5 git commands to generate.