Skip to content

Commit

Permalink
fix(install): post install db check
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jul 18, 2022
1 parent 9304443 commit 722158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function upgrade(Migration $migration, $args = []): bool {
// Check schema of tables after upgrade
$log = '';
$checkResult = $this->checkSchema(
$oldVersion,
PLUGIN_FORMCREATOR_VERSION,
true,
false,
false,
Expand Down

0 comments on commit 722158d

Please sign in to comment.