drop Posts table (#46)

This commit is contained in:
Baobeld 2025-01-04 22:12:27 -05:00 committed by GitHub
parent 5b125d22c8
commit bff55596c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 126 deletions

View file

@ -0,0 +1,11 @@
/*
Warnings:
- You are about to drop the `Post` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropForeignKey
ALTER TABLE "Post" DROP CONSTRAINT "Post_authorId_fkey";
-- DropTable
DROP TABLE "Post";