Files
documenso/packages/prisma/migrations/20230907082622_remove_old_document_data/migration.sql
2023-11-06 13:01:13 +11:00

9 lines
195 B
SQL

/*
Warnings:
- You are about to drop the column `document` on the `Document` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Document" DROP COLUMN "document";