Skip to content

v0.4.0

Compare
Choose a tag to compare
@hassox hassox released this 28 Dec 22:06
· 201 commits to master since this release
  • Update deps to use higher level of postgrex
  • Add the typ field

When migrating form 0.3.0 to 0.4.0 you'll need to run a migration to add the typ
field.

alter table(:guardian_tokens) do
  add :typ, :string
end