Skip to content

Commit

Permalink
Fix migration module names
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanbush committed Jul 30, 2024
1 parent bb0b63e commit 7550562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Permit.EctoFakeApp.Repo.Migrations.CreateItemTable do
defmodule Permit.EctoFakeApp.Repo.Migrations.CreateItemMetadataTable do
use Ecto.Migration

def change do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Permit.EctoFakeApp.Repo.Migrations.CreateItemTable do
defmodule Permit.EctoFakeApp.Repo.Migrations.CreateReviewsTable do
use Ecto.Migration

def change do
Expand Down

0 comments on commit 7550562

Please sign in to comment.