4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 20:56:36 +00:00

Prevent noop on settings migration.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-12-06 03:18:15 -06:00
parent bf1e4f2591
commit ca36d3a281
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E

View File

@ -91,11 +91,11 @@ final class Version20201204043539 extends AbstractMigration
public function up(Schema $schema): void
{
// Noop
$this->addSql('-- "No Query"');
}
public function down(Schema $schema): void
{
// Noop
$this->addSql('-- "No Query"');
}
}