mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
Update added
This commit is contained in:
parent
0bd0046b9f
commit
a6ff817f47
3 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue