mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Allow nunlable to booleans needed due NC 22 changes.
This commit is contained in:
@@ -26,7 +26,7 @@ class Version000205Date20200604122312 extends SimpleMigrationStep {
|
||||
|
||||
$table = $schema->getTable('quicknotes_notes');
|
||||
$table->addColumn('pinned', 'boolean', [
|
||||
'notnull' => true,
|
||||
'notnull' => false,
|
||||
'default' => false,
|
||||
]);
|
||||
return $schema;
|
||||
|
||||
Reference in New Issue
Block a user