]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/pgsql/rootwarn.sql
* Rename of insertDB.pl to factpack.pl
[infobot.git] / setup / pgsql / rootwarn.sql
index 6a843d849fca57aa0ef0282b892a98bfd4c60f95..41260b7a36e251da50c2444ad3f8748ff65ceaf9 100644 (file)
@@ -3,7 +3,7 @@ CREATE TABLE rootwarn (
     attempt numeric,
     "time" numeric NOT NULL,
     host VARCHAR(80) NOT NULL,
-    channel VARCHAR(20) NOT NULL
+    channel VARCHAR(30) NOT NULL
 ) WITHOUT OIDS;
 
 REVOKE ALL ON TABLE rootwarn FROM PUBLIC;