]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/pgsql/onjoin.sql
* Rename of insertDB.pl to factpack.pl
[infobot.git] / setup / pgsql / onjoin.sql
index 2e7ed755fafde8b18403c3b898b3ee0ba84742e7..c590d1d17b984e306e2924b83d9f592954914f70 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE onjoin (
     nick VARCHAR(20) NOT NULL,
-    channel VARCHAR(16) NOT NULL,
+    channel VARCHAR(30) NOT NULL,
     message VARCHAR(255) NOT NULL,
     modified_by VARCHAR(20) DEFAULT 'nobody' NOT NULL,
     modified_time numeric DEFAULT 0 NOT NULL