]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20161106113822.php
Be consistent between migration & schema definition
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20161106113822.php
index 5032a8f0563e3cfbe229e5e75dcdeadd9612194f..55bd87a2ccba18a2a85c2b9ff87bf4bfb03c093d 100644 (file)
@@ -35,6 +35,7 @@ class Version20161106113822 extends AbstractMigration implements ContainerAwareI
 
         $configTable->addColumn('action_mark_as_read', 'integer', [
             'default' => 0,
+            'notnull' => false,
         ]);
     }