sort out some permissions, comments, fetch

This commit is contained in:
Mike Macgirvin 2010-07-11 23:10:52 -07:00
commit 4e40156607
5 changed files with 90 additions and 34 deletions

2
update.sql Normal file
View file

@ -0,0 +1,2 @@
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 ;