wip: docker
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "event_failed" (
|
||||
"id" UUID NOT NULL DEFAULT gen_random_uuid(),
|
||||
"data" JSONB NOT NULL,
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
CONSTRAINT "event_failed_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user