class AddLoggingToAclGroups < ActiveRecord::Migration[6.0]
  def change
    add_column :acl_groups, :logging, :string
  end
end
