aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations
Commit message (Collapse)AuthorAgeFilesLines
* Added check in migration about uuid fieldNicolas Lœuillet2017-01-301-1/+1
|
* Fixed duplicate entry for share_public in craue_setting_tableNicolas Lœuillet2017-01-301-1/+9
|
* Fixed check on indexNicolas Lœuillet2017-01-271-4/+2
|
* Added indexes on is_archived and is_starredNicolas Lœuillet2017-01-271-0/+58
|
* Merge pull request #2646 from wallabag/explain-migrations-in-docNicolas Lœuillet2017-01-2614-8/+63
|\ | | | | Added explanations about migrations
| * Added hardcoded SQL for migration to 2.2Nicolas Lœuillet2017-01-236-8/+30
| |
| * Added information about latest migrationsNicolas Lœuillet2017-01-2311-0/+33
| |
* | Added migration for SQLiteNicolas Lœuillet2017-01-251-2/+6
| |
* | Added migration to rename uuid to uidNicolas Lœuillet2017-01-141-0/+71
|/
* Renamed uuid to uidNicolas Lœuillet2016-12-292-6/+6
|
* Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+2
|
* Added index on entry.uuidNicolas Lœuillet2016-12-231-0/+53
| | | | Useful for entry sharing
* Fix bad migration for PostreSQLJeremy Benoist2016-12-231-8/+68
| | | | Queries weren’t executed for PostgreSQL, bad syntax.
* Be consistent between migration & schema definitionJeremy Benoist2016-12-191-0/+1
|
* fixup! Run migration in test, ready for MySQLJeremy Benoist2016-12-191-1/+1
|
* Use actual database nameJeremy Benoist2016-12-191-2/+2
| | | | | | We can't retrieve the environment within the migration. And when we ran migration on Travis, database name isn't `database_name` but `test_database_name`. Retrieve the database name from the connection is more accurate
* pocket_consumer_key can be nullJeremy Benoist2016-12-191-1/+1
|
* Run migration in test, ready for MySQLJeremy Benoist2016-12-192-2/+8
|
* Replaced quotes for PostgresNicolas Lœuillet2016-12-184-6/+6
|
* Ensure craue_config_setting migration are okJeremy Benoist2016-12-154-4/+52
| | | | We now can run the migration every time, new line from `craue_config_setting` are properly checked.
* 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
| |