diff --git a/priv/repo/migrations/20250616023156_upgrade_oban_to_latest.exs b/priv/repo/migrations/20250616023156_upgrade_oban_to_latest.exs deleted file mode 100644 index fa2dd8b..0000000 --- a/priv/repo/migrations/20250616023156_upgrade_oban_to_latest.exs +++ /dev/null @@ -1,14 +0,0 @@ -defmodule Aprsme.Repo.Migrations.UpgradeObanToLatest do - use Ecto.Migration - - def up do - # First, drop the existing migration and start fresh - # This ensures we get all the latest schema changes - Oban.Migrations.up() - end - - def down do - # This will rollback to the previous state - Oban.Migrations.down() - end -end