1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-15 20:00:33 +01:00
pingvin-share/backend/prisma/migrations/20241007181823_oauth_id_token/migration.sql

3 lines
73 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "RefreshToken" ADD COLUMN "oauthIDToken" TEXT;