workflow-core
workflow-core copied to clipboard
Unable to creat DB
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}