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 :notes
remove :time remove :time
remove :description remove :description
add :description, :string, size: 2000 add :desc, :string, size: 2000
add :name, :string add :name, :string
end end
end end