1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-02-03 21:37:55 +01:00
mastodon/lib/generators/post_deployment_migration/templates/migration.erb

8 lines
190 B
Text

# frozen_string_literal: true
class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
disable_ddl_transaction!
def change
end
end