class RemovePathFromElements < ActiveRecord::Migration[7.2] def change remove_column :elements, :path, :string end end