[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 :/
Please register or sign in to comment