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