move trigger creation later in setup

This commit is contained in:
Sarah Hoffmann
2020-01-16 22:53:52 +01:00
parent 5d1fa597ea
commit 3ff6eccfd7
3 changed files with 21 additions and 27 deletions

View File

@@ -100,6 +100,7 @@ if ($aCMDResult['create-tables'] || $aCMDResult['all']) {
$bDidSomething = true;
$oSetup->createTables($aCMDResult['reverse-only']);
$oSetup->createFunctions();
$oSetup->createTableTriggers();
}
if ($aCMDResult['create-partition-tables'] || $aCMDResult['all']) {