wallabag/app
Jeremy Benoist 877787e5fe
Fix utf8mb4 on vendor tables
When creating the schema for test these tables use default length for
string: 255. Which fail when using utf8mb4.

> Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

Also move the `setKeepStaticConnections` in before and after class to
avoid:

> SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist

See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
2018-11-28 22:04:55 +01:00
..
config Remove custom Postgres class 2018-11-28 22:04:54 +01:00
DoctrineMigrations Fix utf8mb4 on vendor tables 2018-11-28 22:04:55 +01:00
Resources Merge remote-tracking branch 'origin/master' into 2.4 2018-11-25 09:58:18 +01:00
.htaccess symfony is there 2015-01-22 08:30:07 +01:00
AppCache.php Update bundle & stock file 2016-01-15 09:35:38 +01:00
AppKernel.php Cleanup 2018-11-28 22:04:54 +01:00