We now store verbs in a new side table
This commit is contained in:
parent
5765b6f772
commit
5fe6a2dfcd
5 changed files with 132 additions and 2 deletions
|
@ -422,3 +422,12 @@ function update_1332()
|
|||
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
function update_1347()
|
||||
{
|
||||
foreach (Item::ACTIVITIES as $index => $activity) {
|
||||
DBA::insert('verb', ['id' => $index + 1, 'name' => $activity], true);
|
||||
}
|
||||
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue