You've already forked algora-tv
mirror of
https://github.com/algora-io/tv.git
synced 2025-09-16 08:26:20 +02:00
use text instead of varchar for token fields
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
defmodule Algora.Repo.Local.Migrations.ConvertTokenFieldsToText do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:identities) do
|
||||
modify :provider_token, :text, from: :string
|
||||
modify :provider_refresh_token, :text, from: :string
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user