This commit is contained in:
2025-01-27 14:38:09 +01:00
parent 4c4ca79545
commit c5b01954d7
6 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
defmodule Tradex.Repo.Migrations.AddOban do
use Ecto.Migration
use Ecto.Migration
def up, do: Oban.Migration.up()
def down, do: Oban.Migration.down(version: 1)
end