Skip to content

v0.3.0

Compare
Choose a tag to compare
@hassox hassox released this 18 Dec 23:44
· 203 commits to master since this release

Update the schema to use a map for claims.

To update you'll need to change your schema.

mix ecto.gen.migration update_guardian_db_tokens

alter table(:guardian_tokens) do
  remove :claims
  add :claims, :map
end