X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=2ee753ead2125e384175de24d9ffa096d9dadecd;hb=e389fe945f7445ba43c3586aded9496788530df0;hp=c7e2428af9d43f9b5a8b1e6b9465c68defd9d35d;hpb=d8fe8b1e8b008ee0b8d87fda7467b1d058a07e75;p=friendica.git diff --git a/update.php b/update.php index c7e2428af9..2ee753ead2 100644 --- a/update.php +++ b/update.php @@ -1121,3 +1121,9 @@ function update_1481() DBA::e("UPDATE `post-collection` INNER JOIN `post` ON `post`.`uri-id` = `post-collection`.`uri-id` SET `post-collection`.`author-id` = `post`.`author-id` WHERE `post-collection`.`author-id` IS null"); return Update::SUCCESS; } + +function update_1491() +{ + DBA::update('contact', ['remote_self' => Contact::MIRROR_OWN_POST], ['remote_self' => Contact::MIRROR_FORWARDED]); + return Update::SUCCESS; +} \ No newline at end of file