Maintenance: Also execute package migrations for db strategy reset.
This commit is contained in:
parent
563bcfbefd
commit
a782b494cf
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ namespace :zammad do
|
|||
$stdout = STDOUT
|
||||
end
|
||||
|
||||
Package::Migration.linked
|
||||
ActiveRecord::Base.connection.reconnect!
|
||||
ActiveRecord::Base.descendants.each(&:reset_column_information)
|
||||
Cache.clear
|
||||
|
|
Loading…
Reference in a new issue