add twitter oauth v1 migrations
This commit is contained in:
parent
ffb856ae88
commit
1b1463d2d9
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "accounts" ADD COLUMN "oauth_token" TEXT,
|
||||
ADD COLUMN "oauth_token_secret" TEXT;
|
Loading…
Reference in New Issue