Skip to content
Unverified Commit ffa3c459 authored by Christian Bruckmayer's avatar Christian Bruckmayer
Browse files

[ci] Fix not running database migration test

the test never really tested anything because we always setted up the database with db:structure:load
so the migrations never run. We need to drop the database before we run the migrations.
Otherwise it only compares the structure.sql with itself which is not really what we want :/
parent 4fb5a95d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment