diff --git a/client/prisma/migrations/20240413063354_rename_typo_notification_subscriber/migration.sql b/client/prisma/migrations/20240413063354_rename_typo_notification_subscriber/migration.sql index bef9f0d..1c3417d 100644 --- a/client/prisma/migrations/20240413063354_rename_typo_notification_subscriber/migration.sql +++ b/client/prisma/migrations/20240413063354_rename_typo_notification_subscriber/migration.sql @@ -1,12 +1,12 @@ /* Warnings: - - You are about to drop the `notificationSubscriber` table. If the table is not empty, all the data it contains will be lost. + - You are about to drop the `notificationSuscriber` table. If the table is not empty, all the data it contains will be lost. */ -- DropTable PRAGMA foreign_keys=off; -DROP TABLE "notificationSubscriber"; +DROP TABLE "notificationSuscriber"; PRAGMA foreign_keys=on; -- CreateTable