Files
kycnotme/web/prisma/migrations/20250610171300_required_feed_id/migration.sql

9 lines
214 B
MySQL
Raw Normal View History

2025-06-10 18:00:24 +00:00
/*
Warnings:
- Made the column `feedId` on table `User` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "feedId" SET NOT NULL;