Database plugin rollback

This commit is contained in:
Karel.Picman 2021-11-04 08:58:42 +01:00
parent fec7389546
commit bbb223fb75

View File

@ -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)