Skip to content

Commit 521ffa0

Browse files
committed
fix: keep confirmation email flag schema compatible
Signed-off-by: Dmitry Tretyakov <dtretyakov@gmail.com>
1 parent f12a41c commit 521ffa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Migration/Version050300Date20260413233000.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
3434

3535
if (!$table->hasColumn('confirmation_email_enabled')) {
3636
$table->addColumn('confirmation_email_enabled', Types::BOOLEAN, [
37-
'notnull' => true,
37+
'notnull' => false,
3838
'default' => 0,
3939
]);
4040
$changed = true;

0 commit comments

Comments
 (0)