Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Apr 13, 2024
1 parent 8023daa commit 97b952e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 97b952e

Please sign in to comment.