mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
Update database definition, cleaned code
This commit is contained in:
parent
59675c4f0b
commit
5725784055
2 changed files with 4 additions and 2 deletions
|
@ -688,6 +688,7 @@ class PostUpdate
|
|||
}
|
||||
|
||||
$id = DI::config()->get('system', 'post_update_version_1345_id', 0);
|
||||
|
||||
Logger::info('Start', ['item' => $id]);
|
||||
|
||||
$rows = 0;
|
||||
|
@ -726,8 +727,6 @@ class PostUpdate
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Fill the "tag" table with tags and mentions from the "term" table
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue