scinote-web/db/migrate/20190613134100_convert_to_active_storage.rb
2025-06-04 13:31:57 +02:00

10 lines
174 B
Ruby

# frozen_string_literal: true
class ConvertToActiveStorage < ActiveRecord::Migration[5.2]
def up
end
def down
raise ActiveRecord::IrreversibleMigration
end
end