From 96f2e97c84e542343a02922bd08770004c23bbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Thu, 9 Jun 2022 08:53:01 +0200 Subject: [PATCH] Database migration rollback --- test/ci/ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ci/ci.sh b/test/ci/ci.sh index 40d6646f..7438ce06 100644 --- a/test/ci/ci.sh +++ b/test/ci/ci.sh @@ -117,6 +117,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_xapian VERSION=0 RAILS_ENV=test + case $1 in mariadb)