Files
sign/packages/prisma/migrations/20230907082622_remove_old_document_data/migration.sql

9 lines
195 B
MySQL
Raw Normal View History

/*
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";