Delete all migration content to allow first migration

This commit is contained in:
Tim
2025-04-14 23:25:28 +02:00
parent 2db9c5f1d9
commit 5937a9d4f2
7 changed files with 47 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