add twitter oauth v1 migrations

This commit is contained in:
keyan 2023-08-07 15:07:45 -05:00
parent ffb856ae88
commit 1b1463d2d9
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "accounts" ADD COLUMN "oauth_token" TEXT,
ADD COLUMN "oauth_token_secret" TEXT;