Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 1, 2024
1 parent ca41fc6 commit e8b9f3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Bonfire.Repo.Migrations.ImportClassify do
defmodule Bonfire.Repo.Migrations.ImportClassify do
@moduledoc false
use Ecto.Migration

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Bonfire.Repo.Migrations.ClassifyAddType do
defmodule Bonfire.Repo.Migrations.ClassifyAddType do
@moduledoc false
use Ecto.Migration

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Bonfire.Repo.Migrations.ClassifyAddTree do
defmodule Bonfire.Repo.Migrations.ClassifyAddTree do
@moduledoc false
use Ecto.Migration
require Bonfire.Classify.Tree.Migration
Expand Down

0 comments on commit e8b9f3d

Please sign in to comment.