diff --git a/priv/repo/migrations/20210424202639_fix_performance_fields.exs b/priv/repo/migrations/20210424202639_fix_performance_fields.exs index 204a25d..1b8124c 100644 --- a/priv/repo/migrations/20210424202639_fix_performance_fields.exs +++ b/priv/repo/migrations/20210424202639_fix_performance_fields.exs @@ -6,7 +6,7 @@ defmodule Runosaari.Repo.Migrations.FixPerformanceFields do remove :notes remove :time remove :description - add :description, :string, size: 2000 + add :desc, :string, size: 2000 add :name, :string end end