mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 10:33:01 +03:00
7 lines
177 B
Elixir
7 lines
177 B
Elixir
|
defmodule Plausible.Repo.Migrations.CreateObanPeers do
|
||
|
use Ecto.Migration
|
||
|
|
||
|
def up, do: Oban.Migrations.up(version: 11)
|
||
|
def down, do: Oban.Migrations.down(version: 11)
|
||
|
end
|