zipline/prisma/migrations/20230319041331_remove_file_format/migration.sql
2023-03-18 21:48:19 -07:00

11 lines
224 B
SQL

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