2 lines
79 B
SQL
2 lines
79 B
SQL
-- AlterTable
|
|
ALTER TABLE "Attachment" ALTER COLUMN "messageId" DROP NOT NULL;
|
-- AlterTable
|
|
ALTER TABLE "Attachment" ALTER COLUMN "messageId" DROP NOT NULL;
|