X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setup%2Fsqlite2%2Fnews.sql;fp=setup%2Fsqlite2%2Fnews.sql;h=0000000000000000000000000000000000000000;hb=1ba926dbc34b461708832b72ac4ae7df8512d314;hp=199e468108266fe94e17aa1707a52405b1ba904e;hpb=bf0983b9203af3fdbcc436c6d299464758146e9a;p=infobot.git diff --git a/setup/sqlite2/news.sql b/setup/sqlite2/news.sql deleted file mode 100644 index 199e468..0000000 --- a/setup/sqlite2/news.sql +++ /dev/null @@ -1,8 +0,0 @@ -CREATE TABLE news ( - channel VARCHAR(30) NOT NULL, - id INT UNSIGNED DEFAULT '0', - key VARCHAR(16) NOT NULL, - value TEXT NOT NULL, - PRIMARY KEY (channel,id,key) -); --- limit value to ~450 or so.