trabajo-afectivo/db/migrate/20190613000001_group_dependent_text_modules.rb
2022-01-01 14:38:12 +01:00

7 lines
223 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
class GroupDependentTextModules < ActiveRecord::Migration[5.1]
def change
rename_table :text_modules_groups, :groups_text_modules
end
end