mirror of
https://github.com/friendica/friendica
synced 2025-02-10 20:56:45 +01:00
3 lines
210 B
MySQL
3 lines
210 B
MySQL
|
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 ;
|