trabajo-afectivo/db/migrate/20190613000001_group_dependent_text_modules.rb

8 lines
223 B
Ruby
Raw Permalink Normal View History

2022-01-01 13:38:12 +00:00
# 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