Skip to content

Commit f231660

Browse files
committed
feat(install): report successful integrity check
1 parent 504727b commit f231660

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/install.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ public function upgrade(Migration $migration, $args = []): bool {
246246
} else {
247247
echo $message . PHP_EOL;
248248
}
249+
} else {
250+
if (isCommandLine()) {
251+
echo __('The tables of the plugin passed the schema integrity check.', 'formcreator') . PHP_EOL;
252+
}
249253
}
250254

251255
return true;

0 commit comments

Comments
 (0)