mirror of
https://github.com/funamitech/mastodon
synced 2024-11-25 15:46:44 +09: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
|