Uncomment the migrations again

This commit is contained in:
Tim
2025-04-14 23:33:42 +02:00
parent 5937a9d4f2
commit 22c8126cea
6 changed files with 12 additions and 12 deletions

View File

@ -20,7 +20,7 @@ final class Version20230404215108 extends AbstractMigration
public function up(Schema $schema): void
{
// this up() migration is auto-generated, please modify it to your needs
// $this->addSql('ALTER TABLE snip ADD public TINYINT(1) NOT NULL');
$this->addSql('ALTER TABLE snip ADD public TINYINT(1) NOT NULL');
}
public function down(Schema $schema): void