mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 22:45:37 +00:00
9 lines
190 B
Plaintext
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
|