aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/V1.48__twitter_refresh_token.sql
blob: a01efb64ed25d707ef309b41761c6d900dab7f7c (plain) (blame)
1
alter table twitter add column refresh_token character varying(255) not null default '';