mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 17:13:42 +01:00
8 lines
190 B
Text
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
|