aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations
Commit message (Collapse)AuthorAgeFilesLines
...
* Add default value for list_modeJeremy Benoist2016-12-121-1/+1
|
* Merge pull request #2650 from wallabag/add-hascolumnJeremy Benoist2016-11-3014-89/+101
|\ | | | | Added hasColumn() in migration to check column existence
| * Named indexNicolas Lœuillet2016-11-301-1/+9
| |
| * Code reviewNicolas Lœuillet2016-11-302-7/+4
| |
| * Fixed typoNicolas Lœuillet2016-11-281-2/+2
| |
| * Cleaned old migrationsNicolas Lœuillet2016-11-284-35/+26
| |
| * Added dropColumn for SQLite and some enhancementsNicolas Lœuillet2016-11-286-35/+37
| |
| * Replaced abortIf with skipIfNicolas Lœuillet2016-11-2812-24/+22
| |
| * Added checks on migrationsNicolas Lœuillet2016-11-286-11/+25
| |
| * Removed my hasColumn and used the existing one in DoctrineNicolas Lœuillet2016-11-281-35/+1
| |
| * Added hasColumn() in migration to check column existenceNicolas Lœuillet2016-11-281-4/+40
| |
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-4/+4
| |
* | Added list viewNicolas Lœuillet2016-11-281-0/+49
|/
* Added migration to remove useless fieldsNicolas Lœuillet2016-11-281-0/+61
|
* Add migration for new FOSUser versionJeremy Benoist2016-11-221-0/+57
|
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-0/+45
|
* 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