]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/mysql/news.sql
fix mysql/news.sql to have varchar(30) like the rest of the DB types, and the other...
[infobot.git] / setup / mysql / news.sql
index e2231f8f7c22babd9237a37c634db5edd20f3d86..4f14da65a7d47ded8ec3df6bc982d3d807c738b7 100644 (file)
@@ -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,