Skip to content

Commit

Permalink
Fix description field for incidents (closes #995)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed May 25, 2024
1 parent b56a33a commit 6c4f935
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defmodule Platform.Repo.Migrations.MoveDescriptionToTextField do
use Ecto.Migration

def change do
alter table(:media) do
modify :attr_description, :text
end
end
end

0 comments on commit 6c4f935

Please sign in to comment.