diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-23 09:31:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-23 09:31:41 +0100 |
commit | 771934632833720c4d0560dc589f22d4f1bdb55e (patch) | |
tree | f7811a5f8d918f51030d2aadafe55226370a93e3 /app/DoctrineMigrations/Version20161106113822.php | |
parent | cd77a7e7eff5d6940a7037387062aa5dde64128c (diff) | |
parent | a72f3dc308f2e4386f73e88af41db919ba0acaf3 (diff) | |
download | wallabag-771934632833720c4d0560dc589f22d4f1bdb55e.tar.gz wallabag-771934632833720c4d0560dc589f22d4f1bdb55e.tar.zst wallabag-771934632833720c4d0560dc589f22d4f1bdb55e.zip |
Merge pull request #2696 from wallabag/run-migration
Run migration on each test
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 | ||