Files
kycnotme/web/prisma/migrations/20250610171300_required_feed_id/migration.sql
2025-06-10 17:42:42 +00:00

9 lines
214 B
SQL

/*
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;