Primary Key name must be unique

Former pk were used in AddVariables migration file
This commit is contained in:
Emrah TOY
2024-03-12 22:22:59 +03:00
committed by GitHub
parent 56b610cfa2
commit c4cc13c9c7
@@ -11,7 +11,7 @@ export class AddFeedback1707213601923 implements MigrationInterface {
"messageId" varchar NOT NULL,
"rating" varchar NOT NULL,
"createdDate" timestamp NOT NULL DEFAULT now(),
CONSTRAINT "PK_98419043dd704f54-9830ab78f8" PRIMARY KEY (id)
CONSTRAINT "PK_98419043dd704f54-9830ab78f9" PRIMARY KEY (id)
);`
)
}