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