Files
documenso/packages/prisma/migrations/20230914031347_remove_redundant_created_column/migration.sql
2023-09-14 13:21:03 +10:00

9 lines
193 B
SQL

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