Skip to content

Commit eb1f7ec

Browse files
authored
fix: change team description migration type (#98)
1 parent 473dcc2 commit eb1f7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/repo/migrations/20251218151438_create_teams.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Ares.Repo.Migrations.CreateTeams do
55
create table(:teams, primary_key: false) do
66
add :id, :binary_id, primary_key: true
77
add :name, :string
8-
add :description, :string
8+
add :description, :text
99
add :code, :string
1010
add :skills_needed, :string
1111
add :experience_level, :string

0 commit comments

Comments
 (0)