Skip to content

Commit 5a0fa22

Browse files
committed
fixup migration
1 parent b6a5a6c commit 5a0fa22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prisma/migrations/20241230203627_chat_and_message/migration.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
DROP TABLE IF EXISTS "Chat";
2-
31
DROP TABLE IF EXISTS "Message";
42

3+
DROP TABLE IF EXISTS "Chat";
4+
55
-- CreateTable
66
CREATE TABLE "Chat" (
77
"id" TEXT NOT NULL,

0 commit comments

Comments
 (0)