Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added information about latest migrations | Nicolas LÅ“uillet | 2017-01-23 | 1 | -0/+3 |
| | |||||
* | fixup! Run migration in test, ready for MySQL | Jeremy Benoist | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | Use actual database name | Jeremy Benoist | 2016-12-19 | 1 | -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 MySQL | Jeremy Benoist | 2016-12-19 | 1 | -0/+6 |
| | |||||
* | Replaced abortIf with skipIf | Nicolas LÅ“uillet | 2016-11-28 | 1 | -2/+1 |
| | |||||
* | Add migration for MySQL utf8mb4 | Jeremy Benoist | 2016-10-22 | 1 | -0/+77 |