dawarich/db/data/20250123151849_create_paths_for_trips.rb

11 lines
171 B
Ruby
Raw Normal View History

2025-01-24 06:01:54 -05:00
# frozen_string_literal: true
class CreatePathsForTrips < ActiveRecord::Migration[8.0]
def up
end
def down
raise ActiveRecord::IrreversibleMigration
end
end