2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2021-07-22 16:52:09 +00:00
|
|
|
require_relative './rake'
|
|
|
|
|
|
|
|
# Reset database to be ready for tests
|
|
|
|
Rake::Task['zammad:db:reset'].execute
|
|
|
|
|
2018-09-28 15:05:01 +00:00
|
|
|
# make sure that all migrations of linked packages are executed
|
|
|
|
Package::Migration.linked
|