aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20160812120952.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix PostgreSQL migrationsJeremy Benoist2016-10-091-4/+9
|
* 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