Fix to migration.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user