X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup%2Fsqlite%2Fnews.sql;h=274e656499ffe4d02915e5c9a46526c5f34c784b;hb=8c02af53f6f6b48e13fcea6462b41a2323435a35;hp=ebfb0e2f06dff67f549c5c9d2763bd32c83a14d9;hpb=fe4747d9a297f5e0448ea97904303adb966513cd;p=infobot.git diff --git a/setup/sqlite/news.sql b/setup/sqlite/news.sql index ebfb0e2..274e656 100644 --- a/setup/sqlite/news.sql +++ b/setup/sqlite/news.sql @@ -1,5 +1,5 @@ CREATE TABLE news ( - channel VARCHAR(16) NOT NULL, + channel VARCHAR(30) NOT NULL, id INT UNSIGNED DEFAULT '0', key VARCHAR(16) NOT NULL, value TEXT NOT NULL, # limit to ~450 or so.