Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Feb 9, 2024
1 parent 441d3ac commit b8dee3f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions flavours/classic/repo/migrations/20220927094947_import_pages.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
defmodule Bonfire.Pages.Repo.Migrations.ImportPages do
@moduledoc false
use Ecto.Migration

import Bonfire.Pages.Migrations
import Needle.Migration

def up do
migrate_pages()
end

def down, do: migrate_pages()
end

0 comments on commit b8dee3f

Please sign in to comment.