The "term" table is removed

This commit is contained in:
Michael 2020-05-15 06:50:20 +00:00
parent f58d42e317
commit 7a82171bfe
8 changed files with 68 additions and 265 deletions

View file

@ -70,7 +70,8 @@ function update_1181()
{
// Fill the new fields in the term table.
Worker::add(PRIORITY_LOW, "TagUpdate");
// deactivated, the "term" table is deprecated
// Worker::add(PRIORITY_LOW, "TagUpdate");
return Update::SUCCESS;
}