mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
The "term" table is removed
This commit is contained in:
parent
f58d42e317
commit
7a82171bfe
8 changed files with 68 additions and 265 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue