Release 202506101748

This commit is contained in:
pluja
2025-06-10 17:48:58 +00:00
parent 812937d2c7
commit ad3c561419
2 changed files with 1 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
/*
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;