aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace http status with a stringNicolas Lœuillet2016-11-181-1/+1
| | | | I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters
* Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+47
|
* Fix migrationJeremy Benoist2016-11-172-8/+14
|
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+42
| | | | Fix #496
* Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+40
| | | | Fix #668
* Use created_at as default sortJeremy Benoist2016-11-041-0/+53
| | | | With index (following https://github.com/wallabag/wallabag/pull/2534)
* Add translations & migrationJeremy Benoist2016-10-311-0/+44
|
* Remove backquote in queryNicolas Lœuillet2016-10-281-4/+1
|
* Fixed migration and added testsNicolas Lœuillet2016-10-281-0/+1
|
* Added relation between API Client and UserNicolas Lœuillet2016-10-241-0/+47
| | | | Fix #2062
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-243-11/+12
|\
| * Fix PostgreSQL migrationsJeremy Benoist2016-10-094-14/+24
| |
* | Fix migrationsJeremy Benoist2016-10-235-27/+47
| |
* | Add migration for MySQL utf8mb4Jeremy Benoist2016-10-221-0/+77
| |
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+54
|/ | | | | | - annotations - tags - entries
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-281-1/+5
|
* Missing some migrationsJeremy Benoist2016-09-161-0/+2
| | | | and CS
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+44
|
* Display how many messages are queueJeremy Benoist2016-09-131-0/+42
| | | | | - update the docker-composer to add Redis - add migrations
* Handle share_entryJeremy Benoist2016-08-241-0/+2
| | | | | - share_entry needs to be in the migration too - and it needs a translation
* Handle table prefix in migrationJeremy Benoist2016-08-242-7/+29
| | | | and fix migration for name field in oauth table
* Change share entry behaviorNicolas Lœuillet2016-08-231-12/+0
|
* Improve migrationNicolas Lœuillet2016-08-231-9/+7
|
* Add test and fix migrationNicolas Lœuillet2016-08-231-4/+31
|
* Add migrationNicolas Lœuillet2016-08-231-0/+26
|
* 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
* We don't need migration yetJeremy Benoist2016-01-312-51/+0
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+51