Files
zipline/prisma/migrations/20230529041004_remove_thumbnailid/migration.sql
2023-05-28 21:38:27 -07:00

9 lines
193 B
SQL

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