Most user-item traces removed

This commit is contained in:
Michael 2021-01-31 23:37:34 +00:00
parent ac03399a90
commit c1d99d6c4c
13 changed files with 139 additions and 153 deletions

View file

@ -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;
}