]> git.donarmstrong.com Git - infobot.git/commitdiff
fix mysql/news.sql to have varchar(30) like the rest of the DB types, and the other...
authorsimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 31 Oct 2007 22:02:50 +0000 (22:02 +0000)
committersimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 31 Oct 2007 22:02:50 +0000 (22:02 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1605 c11ca15a-4712-0410-83d8-924469b57eb5

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,