Use the new dbstructure update function #1073

Merged
annando merged 1 commits from dbstructure into develop 2021-01-30 17:22:50 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3715293ca5 - Show all commits

View File

@ -61,7 +61,7 @@ function advancedcontentfilter_install(App $a)
Hook::register('addon_settings' , __FILE__, 'advancedcontentfilter_addon_settings');
Hook::add('dbstructure_definition' , __FILE__, 'advancedcontentfilter_dbstructure_definition');
DBStructure::update($a->getBasePath(), false, true);
DBStructure::performUpdate();
Logger::log("installed advancedcontentfilter");
}