From bbb223fb75a071ce3579ff75fd5ee84e4772a491 Mon Sep 17 00:00:00 2001 From: "Karel.Picman" Date: Thu, 4 Nov 2021 08:58:42 +0100 Subject: [PATCH] Database plugin rollback --- test/ci/ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ci/ci.sh b/test/ci/ci.sh index 2b27af7e..a0aedd39 100644 --- a/test/ci/ci.sh +++ b/test/ci/ci.sh @@ -100,6 +100,9 @@ kill `cat tmp/pids/server.pid` # Clean up Redmine's environment from WebDAV testing RAILS_ENV=test bundle exec rake redmine:dmsf_webdav_test_off +# Clean up database from the plugin changes +bundle exec rake redmine:plugins:migrate NAME=redmine_dmsf VERSION=0 RAILS_ENV=test + case $1 in mariadb)