4 lines
114 B
MySQL
Raw Normal View History

2023-08-07 15:07:45 -05:00
-- AlterTable
ALTER TABLE "accounts" ADD COLUMN "oauth_token" TEXT,
ADD COLUMN "oauth_token_secret" TEXT;