Files
documenso/packages/prisma/migrations/20230910121833_document_name/migration.sql
Ephraim Atta-Duncan 7b28ba968e feat: wip
2023-09-11 09:45:03 +00:00

9 lines
242 B
SQL

/*
Warnings:
- Added the required column `name` to the `DocumentContent` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "DocumentContent" ADD COLUMN "name" TEXT NOT NULL;