v0.4.0
- 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
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