Follow up 4e4ba091d4
- Fixes #3776 - Force users to reload after system migration.
This commit is contained in:
parent
9c5a11f36e
commit
79bacb14aa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
||||||
|
|
||||||
class ReloadAfterCoreWorkflow < ActiveRecord::Migration[4.2]
|
class ReloadAfterCoreWorkflow < ActiveRecord::Migration[6.0]
|
||||||
def up
|
def up
|
||||||
|
|
||||||
# return if it's a new setup
|
# return if it's a new setup
|
||||||
|
|
Loading…
Reference in a new issue