aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20160812120952.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed migrations with dash into db nameJeremy Benoist2018-06-141-19/+2
|
* Fix installation commandadev2017-11-211-2/+26
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-5/+5
|
* Removed is_public in Entry edit formNicolas Lœuillet2017-04-131-1/+1
|
* Added information about latest migrationsNicolas Lœuillet2017-01-231-0/+3
|
* Cleaned old migrationsNicolas Lœuillet2016-11-281-16/+5
|
* Replaced abortIf with skipIfNicolas Lœuillet2016-11-281-1/+1
|
* Added checks on migrationsNicolas Lœuillet2016-11-281-1/+3
|
* Fix migrationsJeremy Benoist2016-10-231-4/+11
|
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-281-1/+5
|
* Handle table prefix in migrationJeremy Benoist2016-08-241-4/+21
| | | | and fix migration for name field in oauth table
* Added name on clientThomas Citharel2016-08-221-0/+27
- Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171