aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/DoctrineMigrations/Version20161022134138.php
Commit message (Collapse)AuthorAgeFilesLines
* Added information about latest migrationsNicolas LÅ“uillet2017-01-231-0/+3
|
* 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
* Run migration in test, ready for MySQLJeremy Benoist2016-12-191-0/+6
|
* Replaced abortIf with skipIfNicolas LÅ“uillet2016-11-281-2/+1
|
* Add migration for MySQL utf8mb4Jeremy Benoist2016-10-221-0/+77