mongo commit

This commit is contained in:
Mike Macgirvin
2010-07-12 16:43:59 -07:00
parent b0f8cd5fe6
commit e0e2a032cf
9 changed files with 61 additions and 20 deletions

View File

@@ -1,2 +1,4 @@
ALTER TABLE `item` CHANGE `allow_uid` `allow_cid` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `deny_uid` `deny_cid` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;
ALTER TABLE `item` CHANGE `last-child` `last-child` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1';