]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/sqlite2/news.sql
* Removed unused tables until needed
[infobot.git] / setup / sqlite2 / news.sql
diff --git a/setup/sqlite2/news.sql b/setup/sqlite2/news.sql
deleted file mode 100644 (file)
index 199e468..0000000
+++ /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.