about summary refs log blame commit diff
path: root/lib/templates/rails/post_deployment_migration/migration.rb
blob: 503205b84158fa4cfdb7c4b9e2c1262b1c3bb11c (plain) (tree)
1
2
3
4
5
6
7
8






                                                                
# frozen_string_literal: true

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

  def change
  end
end