Skip to content

Commit

Permalink
Remove not needed migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Aug 22, 2024
1 parent 773c9be commit 7eb205c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ defmodule GameBackend.Repo.Migrations.AddGameModesTable do
def change do
create table(:game_modes) do
add :name, :string
add :description, :text

timestamps(type: :utc_datetime)
end
Expand Down

This file was deleted.

0 comments on commit 7eb205c

Please sign in to comment.