]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/sqlite2/news.sql
sql comments
[infobot.git] / setup / sqlite2 / news.sql
index 274e656499ffe4d02915e5c9a46526c5f34c784b..199e468108266fe94e17aa1707a52405b1ba904e 100644 (file)
@@ -2,6 +2,7 @@ CREATE TABLE news (
  channel VARCHAR(30) NOT NULL,
  id INT UNSIGNED DEFAULT '0',
  key VARCHAR(16) NOT NULL,
- value TEXT NOT NULL, # limit to ~450 or so.
+ value TEXT NOT NULL,
  PRIMARY KEY (channel,id,key)
 );
+-- limit value to ~450 or so.