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