first commit

This commit is contained in:
NAME
2026-05-14 08:42:03 +00:00
commit 5f16ed135d
167 changed files with 29178 additions and 0 deletions
@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "Post" ADD COLUMN "isFbPostState" INTEGER NOT NULL DEFAULT 0,
ADD COLUMN "isTiktokPostState" INTEGER NOT NULL DEFAULT 0,
ADD COLUMN "isTwitterPostState" INTEGER NOT NULL DEFAULT 0;