Fix to migration.

This commit is contained in:
codevictory
2021-04-25 00:08:39 +03:00
parent 102292b4ed
commit 377a864f11

View File

@@ -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