mirror of
https://github.com/friendica/friendica
synced 2025-02-19 19:02:21 +01:00
2 lines
210 B
SQL
2 lines
210 B
SQL
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 ;
|