mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 15:01:11 +03:00
Merge pull request #1938 from MeetGate-AI/main
Primary Key name must be unique
This commit is contained in:
@@ -11,7 +11,7 @@ export class AddFeedback1707213601923 implements MigrationInterface {
|
|||||||
"messageId" varchar NOT NULL,
|
"messageId" varchar NOT NULL,
|
||||||
"rating" varchar NOT NULL,
|
"rating" varchar NOT NULL,
|
||||||
"createdDate" timestamp NOT NULL DEFAULT now(),
|
"createdDate" timestamp NOT NULL DEFAULT now(),
|
||||||
CONSTRAINT "PK_98419043dd704f54-9830ab78f8" PRIMARY KEY (id)
|
CONSTRAINT "PK_98419043dd704f54-9830ab78f9" PRIMARY KEY (id)
|
||||||
);`
|
);`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user