1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-21 01:53:51 -05:00

9 lines
190 B
Plaintext

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