1
0
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-22 10:01:50 +01:00

9 lines
190 B
Plaintext
Raw Normal View History

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