defmodule DaProductApp.Repo.Migrations.AddBankUserIdToDisputes do use Ecto.Migration def change do # bank_user_id column already exists in the main disputes migration # This migration is kept for compatibility but does nothing :ok end end