wallabag/app/DoctrineMigrations
Jeremy Benoist 1576905e03
Rename internal settings table
In fact it's not _just_ a rename.
We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL.
To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes.

The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it)

Also updating deps:
  - Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-util (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0)
  - Updating j0k3r/graby-site-config (1.0.88 => 1.0.89)
  - Updating php-http/message (1.7.2 => 1.8.0)
  - Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0)
  - Updating symfony/http-client (v4.3.2 => v4.3.3)
  - Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0)
  - Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0)
  - Updating symfony/mime (v4.3.2 => v4.3.3)
  - Updating craue/config-bundle (dev-utf8mb4 46cfd37 => 2.3.0)
  - Updating masterminds/html5 (2.6.0 => 2.7.0)
  - Updating nette/di (v3.0.0 => v3.0.1)
  - Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0)
  - Updating wallabag/php-mobi (1.0.1 => 1.1.0)
2019-08-08 16:03:20 +02:00
..
.gitkeep We don't need migration yet 2016-01-31 14:48:26 +01:00
Version20160401000000.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20160410190541.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20160812120952.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20160911214952.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20160916201049.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161001072726.php We should able to get the table name unescaped 2018-06-14 14:15:07 +02:00
Version20161022134138.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161024212538.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161031132655.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161104073720.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161106113822.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161117071626.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161118134328.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161122144743.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161122203647.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161128084725.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161128131503.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161214094402.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20161214094403.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170127093841.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170327194233.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170405182620.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170407200919.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170420134133.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170501115751.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170510082609.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170511115400.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170511211659.php Fix hardcoded wallabag_ prefix in migration 2019-07-01 13:38:53 +02:00
Version20170602075214.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170606155640.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20170719231144.php php-cs-fixer 2018-09-05 14:25:32 +02:00
Version20170824113337.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20171008195606.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20171105202000.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20171120163128.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20171125164500.php Fixed migrations with dash into db name 2018-06-14 13:43:09 +02:00
Version20180405182455.php Fix utf8mb4 on vendor tables 2018-11-28 22:04:55 +01:00
Version20181128203230.php Fix utf8mb4 on vendor tables 2018-11-28 22:04:55 +01:00
Version20181202073750.php Add SQLite & PG migration 2019-01-23 13:28:23 +01:00
Version20190117131816.php Enable PHPStan 2019-01-18 15:25:50 +01:00
Version20190129120000.php Disable down for that migration 2019-03-01 20:26:59 +01:00
Version20190401105353.php Fix index on MySQL 2019-04-01 15:45:17 +02:00
Version20190425115043.php Fix hardcoded wallabag_ prefix in migration 2019-07-01 13:38:53 +02:00
Version20190510141130.php Fix PG migration 2019-06-19 09:06:58 +02:00
Version20190511165128.php mysql: change collation of tag table 2019-05-19 23:37:49 +02:00
Version20190601125843.php Use two indexes instead of one for hashed urls 2019-06-05 10:53:15 +02:00
Version20190619093534.php Fix hardcoded wallabag_ prefix in migration 2019-07-01 13:38:53 +02:00
Version20190708122957.php Add ability to manually define the reading speed 2019-07-08 20:18:59 +02:00
Version20190806130304.php CS 2019-08-08 11:45:39 +02:00
Version20190808124957.php Rename internal settings table 2019-08-08 16:03:20 +02:00