Files
Wyview/prisma/migrations/20260309204000_add_userid_to_pkce/migration.sql
2026-03-10 15:14:14 +01:00

9 lines
236 B
SQL

/*
Warnings:
- Added the required column `userId` to the `TikTokPKCE` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "TikTokPKCE" ADD COLUMN "userId" TEXT NOT NULL;