sort out some permissions, comments, fetch
This commit is contained in:
parent
8e22178b8a
commit
4e40156607
5 changed files with 90 additions and 34 deletions
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 ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue