2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2019-07-03 16:14:28 +00:00
|
|
|
class GroupDependentTextModules < ActiveRecord::Migration[5.1]
|
|
|
|
def change
|
|
|
|
rename_table :text_modules_groups, :groups_text_modules
|
|
|
|
end
|
|
|
|
end
|