20190613000001_group_dependent_text_modules.rb 223 B

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