Files

9 lines
214 B
MySQL
Raw Permalink 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;