tether/prisma/migrations/20260116143226_attachment_msg/migration.sql

8 lines
232 B
SQL

/*
Warnings:
- Made the column `messageId` on table `Attachment` required. This step will fail if there are existing NULL values in that column.
*/
-- AlterTable
ALTER TABLE "Attachment" ALTER COLUMN "messageId" SET NOT NULL;