Skip to content

Commit

Permalink
Fix Migration for latest PostgreSQL (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Oct 20, 2022
1 parent 4b17f89 commit f29ce34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ defmodule Hygeia.Repo.Migrations.CreateAffiliations do
""")

alter table(:people) do
remove :fulltext
remove :employers, {:list, :map}
end

Expand Down

0 comments on commit f29ce34

Please sign in to comment.