aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Piwik Twig Extension to MatomoNicolas Lœuillet2020-04-291-0/+28
* Add IgnoreOriginRule-related entities, db migration, update configKevin Decherf2020-04-251-0/+64
* Update depsJeremy Benoist2019-11-1240-237/+0
* Rename internal settings tableJeremy Benoist2019-08-081-0/+42
* CSJeremy Benoist2019-08-081-1/+1
* Add `tag_label` & `config_feed_token` indexJeremy Benoist2019-08-081-1/+19
* Add user_created indexOlivier Mehani2019-08-071-0/+6
* Add user_archived indexOlivier Mehani2019-08-071-0/+6
* Fix PG migrationJeremy Benoist2019-08-071-2/+2
* Fix migrationsJeremy Benoist2019-08-072-32/+72
* Add index on starred entriesOlivier Mehani2019-08-061-0/+22
* Update language in Entry model, and add indexOlivier Mehani2019-08-061-0/+24
* Add ability to manually define the reading speedJeremy Benoist2019-07-081-0/+22
* Fix hardcoded `wallabag_` prefix in migrationJeremy Benoist2019-07-013-14/+16
* Merge pull request #4020 from wallabag/fix/sqlite-reading-time-nullJérémy Benoist2019-06-241-0/+65
|\
| * Use `skipIf` instead of `abortIf`Jeremy Benoist2019-06-211-2/+2
| * Fix `reading_time` being NULL on SQLiteJeremy Benoist2019-06-201-0/+65
* | Fix PG migrationJeremy Benoist2019-06-191-4/+4
* | Fix migration with prefix table nameJeremy Benoist2019-06-181-12/+12
|/
* Merge pull request #3959 from wallabag/mig-tag-collationJérémy Benoist2019-06-061-0/+30
|\
| * mysql: change collation of tag tableKevin Decherf2019-05-191-0/+30
* | Use two indexes instead of one for hashed urlsJeremy Benoist2019-06-051-23/+3
* | Use hash given url to avoid duplicateJeremy Benoist2019-05-293-86/+74
* | Added given_url in entry tableNicolas Lœuillet2019-05-292-0/+86
* | Fix SQLite constraintJeremy Benoist2019-05-101-3/+3
* | Fix SQLite migrationJeremy Benoist2019-05-101-16/+17
* | Cascade delete on oauth2 table when deleting a userJeremy Benoist2019-05-101-0/+95
|/
* Fix tests & cs & migrationJeremy Benoist2019-04-261-0/+58
* Fix index on MySQLJeremy Benoist2019-04-011-1/+1
* Some cleanupJeremy Benoist2019-04-011-5/+0
* Use a better index for hashed_urlJeremy Benoist2019-04-011-1/+4
* Keep url in exists endpointJeremy Benoist2019-04-011-0/+44
* Disable down for that migrationJeremy Benoist2019-03-011-6/+1
* Test each internal settings before creating themJeremy Benoist2019-03-011-41/+119
* Add missing entries in craue_config_setting.Nadrieril2019-03-011-0/+74
* Add SQLite & PG migrationJeremy Benoist2019-01-231-5/+41
* Add backup codesJeremy Benoist2019-01-231-2/+20
* Enable OTP 2FAJeremy Benoist2019-01-231-0/+22
* Enable PHPStanJeremy Benoist2019-01-181-0/+32
* Fix utf8mb4 on vendor tablesJeremy Benoist2018-11-282-19/+47
* Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-0/+68
* php-cs-fixerKevin Decherf2018-09-051-1/+1
* We should able to get the table name unescapedJeremy Benoist2018-06-141-4/+4
* Fixed migrations with dash into db nameJeremy Benoist2018-06-1436-705/+93
* Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefixJérémy Benoist2017-12-161-125/+125
|\
| * Use getTable() to retrieve prefixed table nameJeremy Benoist2017-12-161-126/+122
| * Fix initial migration when using custom table prefixadev2017-12-141-125/+129
* | Fixed lower case tags migrationNicolas Lœuillet2017-12-151-1/+1
|/
* CSJeremy Benoist2017-12-121-1/+0
* Use hasTable instead of try/catchJeremy Benoist2017-12-121-7/+1