aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20190619093534.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix hardcoded `wallabag_` prefix in migrationJeremy Benoist2019-07-011-1/+1
| | | | | Again. Looks like there are still some which were missing to be replaced.
* Use `skipIf` instead of `abortIf`Jeremy Benoist2019-06-211-2/+2
| | | | This is to avoid migration using an other SGBD to break.
* Fix `reading_time` being NULL on SQLiteJeremy Benoist2019-06-201-0/+65