first commit
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user