diff --git a/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php b/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php index b03af5a5f..ac18c9c29 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php @@ -26,7 +26,7 @@ final class Version20230906134410 extends AbstractMigration public function up(Schema $schema): void { - $this->addSql('ALTER TABLE centers ADD isActive BOOLEAN NOT NULL'); + $this->addSql('ALTER TABLE centers ADD isActive BOOLEAN DEFAULT true NOT NULL'); } public function down(Schema $schema): void