odin-codespace/file-uploader/prisma/migrations/20250608151148_remove_uncessarry_uuid/migration.sql

12 lines
343 B
SQL

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