Ensure metadata table is up-to-date.

This commit is contained in:
Buster Neece 2023-01-11 12:29:51 -06:00
parent 7602fc0422
commit e83dca7822
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ final class MigrateDbCommand extends AbstractDatabaseCommand
$io->title(__('Database Migrations'));
$this->runCommand(
$output,
'migrations:sync-metadata-storage'
);
if (
0 === $this->runCommand(
new NullOutput(),