about summary refs log tree commit diff
path: root/lib/generators/post_deployment_migration/templates/migration.erb
blob: fd6a02a0f7d14d7d29694c0973e51a4852517394 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
  disable_ddl_transaction!

  def change
  end
end