mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Most user-item traces removed
This commit is contained in:
parent
ac03399a90
commit
c1d99d6c4c
13 changed files with 139 additions and 153 deletions
|
@ -715,9 +715,9 @@ function update_1396()
|
|||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
function update_139x()
|
||||
function update_1397()
|
||||
{
|
||||
if (!DBStructure::existsTable('thread') || DBStructure::existsTable('user-item')) {
|
||||
if (!DBStructure::existsTable('thread') || !DBStructure::existsTable('user-item')) {
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue