workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

Unable to creat DB

Open chaoscn opened this issue 4 years ago • 0 comments

I am using lastest vesion of WorkflowCore (3.5.4) with laset WorkflowCore.Persistence.PostgreSQL (3.5.4) for the first time and targeting an empty postgre DB version 9.6. The applicaiton hit an exception when run host.Start(); The exception details are:


PostgresException: 42601: syntax error at or near "ADD" "One or more errors occurred. (42601: syntax error at or near "ADD")" Statement is {ALTER TABLE wfc."Workflow" ALTER COLUMN "PersistenceId" ADD GENERATED BY DEFAULT AS IDENTITY}


chaoscn avatar Aug 27 '21 06:08 chaoscn