mirror of
https://github.com/friendica/friendica
synced 2026-01-18 14:58:41 +01:00
2 lines
210 B
MySQL
2 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 ;
|