X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup%2Fmysql%2Frootwarn.sql;h=d3ea91282aa5aefa0d2c001166bd565c950e3e29;hb=8c02af53f6f6b48e13fcea6462b41a2323435a35;hp=afcee2c59afe343dc37f19a17fc57892724504f2;hpb=fe4747d9a297f5e0448ea97904303adb966513cd;p=infobot.git diff --git a/setup/mysql/rootwarn.sql b/setup/mysql/rootwarn.sql index afcee2c..d3ea912 100644 --- a/setup/mysql/rootwarn.sql +++ b/setup/mysql/rootwarn.sql @@ -3,6 +3,6 @@ CREATE TABLE rootwarn ( attempt SMALLINT UNSIGNED, time INT NOT NULL, host VARCHAR(80) NOT NULL, - channel VARCHAR(20) NOT NULL, + channel VARCHAR(30) NOT NULL, PRIMARY KEY (nick) );