From 3faaf33f6a715f2b8ea92ea30b8c2b83b50d5a8b Mon Sep 17 00:00:00 2001 From: JAYBORICHA Date: Mon, 30 Oct 2023 13:51:12 +0530 Subject: [PATCH] Deleted the migration file --- .../20231005124705_jay_dev/migration.sql | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/prisma/migrations/20231005124705_jay_dev/migration.sql diff --git a/src/prisma/migrations/20231005124705_jay_dev/migration.sql b/src/prisma/migrations/20231005124705_jay_dev/migration.sql deleted file mode 100644 index 7ad00f1..0000000 --- a/src/prisma/migrations/20231005124705_jay_dev/migration.sql +++ /dev/null @@ -1,20 +0,0 @@ -/* - Warnings: - - - You are about to drop the `Chat` table. If the table is not empty, all the data it contains will be lost. - - You are about to drop the `Contact` table. If the table is not empty, all the data it contains will be lost. - - You are about to drop the `GroupMetadata` table. If the table is not empty, all the data it contains will be lost. - - You are about to drop the `Message` table. If the table is not empty, all the data it contains will be lost. - -*/ --- DropTable -DROP TABLE "Chat"; - --- DropTable -DROP TABLE "Contact"; - --- DropTable -DROP TABLE "GroupMetadata"; - --- DropTable -DROP TABLE "Message";