]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use actual database name
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 13 Dec 2016 09:31:53 +0000 (10:31 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 19 Dec 2016 09:35:25 +0000 (10:35 +0100)
commitd44016b072ebe146f3f875f6bf3e9268b367867e
tree725b18d32f2eb83022458312cd59b8fe72115e2a
parent3ad4061dbab52a17cc961bef15abad181e352448
Use actual database name

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
app/DoctrineMigrations/Version20161022134138.php