diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-19 14:24:19 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-19 14:24:19 +0100 |
commit | 3ef75cc4e327146513ff077d69de65c8f93b775c (patch) | |
tree | 39fb2df5f1a1b4a7464a8e9079859e9d0975344f /app/DoctrineMigrations/Version20161106113822.php | |
parent | 6514f0ed37da14346338b11ee055c1d49813df49 (diff) | |
download | wallabag-3ef75cc4e327146513ff077d69de65c8f93b775c.tar.gz wallabag-3ef75cc4e327146513ff077d69de65c8f93b775c.tar.zst wallabag-3ef75cc4e327146513ff077d69de65c8f93b775c.zip |
Be consistent between migration & schema definition
Diffstat (limited to 'app/DoctrineMigrations/Version20161106113822.php')
-rw-r--r-- | app/DoctrineMigrations/Version20161106113822.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/DoctrineMigrations/Version20161106113822.php b/app/DoctrineMigrations/Version20161106113822.php index 5032a8f0..55bd87a2 100644 --- a/app/DoctrineMigrations/Version20161106113822.php +++ b/app/DoctrineMigrations/Version20161106113822.php | |||
@@ -35,6 +35,7 @@ class Version20161106113822 extends AbstractMigration implements ContainerAwareI | |||
35 | 35 | ||
36 | $configTable->addColumn('action_mark_as_read', 'integer', [ | 36 | $configTable->addColumn('action_mark_as_read', 'integer', [ |
37 | 'default' => 0, | 37 | 'default' => 0, |
38 | 'notnull' => false, | ||
38 | ]); | 39 | ]); |
39 | } | 40 | } |
40 | 41 | ||