mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 00:38:07 +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
|