We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6886735 commit c3ac81dCopy full SHA for c3ac81d
api/migrations/schema/Version20240912183023.php
@@ -17,7 +17,7 @@ public function getDescription(): string {
17
18
public function up(Schema $schema): void {
19
// this up() migration is auto-generated, please modify it to your needs
20
- $this->addSql('ALTER TABLE checklist ADD isPrototype BOOLEAN NOT NULL');
+ $this->addSql('ALTER TABLE checklist ADD isPrototype BOOLEAN NOT NULL DEFAULT FALSE');
21
$this->addSql('ALTER TABLE checklist ALTER campid DROP NOT NULL');
22
}
23
0 commit comments