sort out some permissions, comments, fetch
This commit is contained in:
2
update.sql
Normal file
2
update.sql
Normal 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 ;
|
Reference in New Issue
Block a user