From 31e0a43fa9c988f842c15f1e12b2d2bb636d9504 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Fri, 8 Dec 2023 22:19:45 +0000 Subject: [PATCH] migs --- .../classic/repo/migrations/20231208134330_oban12.exs | 8 ++++++++ .../community/repo/migrations/20231208134330_oban12.exs | 8 ++++++++ .../cooperation/repo/migrations/20231208134330_oban12.exs | 8 ++++++++ flavours/haha/repo/migrations/20231208134330_oban12.exs | 8 ++++++++ flavours/reflow/repo/migrations/20231208134330_oban12.exs | 8 ++++++++ .../upcycle/repo/migrations/20231208134330_oban12.exs | 8 ++++++++ 6 files changed, 48 insertions(+) create mode 100644 flavours/classic/repo/migrations/20231208134330_oban12.exs create mode 100644 flavours/community/repo/migrations/20231208134330_oban12.exs create mode 100644 flavours/cooperation/repo/migrations/20231208134330_oban12.exs create mode 100644 flavours/haha/repo/migrations/20231208134330_oban12.exs create mode 100644 flavours/reflow/repo/migrations/20231208134330_oban12.exs create mode 100644 flavours/upcycle/repo/migrations/20231208134330_oban12.exs diff --git a/flavours/classic/repo/migrations/20231208134330_oban12.exs b/flavours/classic/repo/migrations/20231208134330_oban12.exs new file mode 100644 index 00000000000..87f75f184d3 --- /dev/null +++ b/flavours/classic/repo/migrations/20231208134330_oban12.exs @@ -0,0 +1,8 @@ +defmodule Bonfire.Repo.Migrations.UpdateOban12 do + @moduledoc false + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 12) + + def down, do: Oban.Migrations.down(version: 11) +end diff --git a/flavours/community/repo/migrations/20231208134330_oban12.exs b/flavours/community/repo/migrations/20231208134330_oban12.exs new file mode 100644 index 00000000000..87f75f184d3 --- /dev/null +++ b/flavours/community/repo/migrations/20231208134330_oban12.exs @@ -0,0 +1,8 @@ +defmodule Bonfire.Repo.Migrations.UpdateOban12 do + @moduledoc false + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 12) + + def down, do: Oban.Migrations.down(version: 11) +end diff --git a/flavours/cooperation/repo/migrations/20231208134330_oban12.exs b/flavours/cooperation/repo/migrations/20231208134330_oban12.exs new file mode 100644 index 00000000000..87f75f184d3 --- /dev/null +++ b/flavours/cooperation/repo/migrations/20231208134330_oban12.exs @@ -0,0 +1,8 @@ +defmodule Bonfire.Repo.Migrations.UpdateOban12 do + @moduledoc false + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 12) + + def down, do: Oban.Migrations.down(version: 11) +end diff --git a/flavours/haha/repo/migrations/20231208134330_oban12.exs b/flavours/haha/repo/migrations/20231208134330_oban12.exs new file mode 100644 index 00000000000..87f75f184d3 --- /dev/null +++ b/flavours/haha/repo/migrations/20231208134330_oban12.exs @@ -0,0 +1,8 @@ +defmodule Bonfire.Repo.Migrations.UpdateOban12 do + @moduledoc false + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 12) + + def down, do: Oban.Migrations.down(version: 11) +end diff --git a/flavours/reflow/repo/migrations/20231208134330_oban12.exs b/flavours/reflow/repo/migrations/20231208134330_oban12.exs new file mode 100644 index 00000000000..87f75f184d3 --- /dev/null +++ b/flavours/reflow/repo/migrations/20231208134330_oban12.exs @@ -0,0 +1,8 @@ +defmodule Bonfire.Repo.Migrations.UpdateOban12 do + @moduledoc false + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 12) + + def down, do: Oban.Migrations.down(version: 11) +end diff --git a/flavours/upcycle/repo/migrations/20231208134330_oban12.exs b/flavours/upcycle/repo/migrations/20231208134330_oban12.exs new file mode 100644 index 00000000000..87f75f184d3 --- /dev/null +++ b/flavours/upcycle/repo/migrations/20231208134330_oban12.exs @@ -0,0 +1,8 @@ +defmodule Bonfire.Repo.Migrations.UpdateOban12 do + @moduledoc false + use Ecto.Migration + + def up, do: Oban.Migrations.up(version: 12) + + def down, do: Oban.Migrations.down(version: 11) +end