mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 01:54:27 +02: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 ;
|