We converted our Postgres 10 data model to Postgres 11. Now, when we generate DDL (Model -> Generate DDL Script -> Run), the generated code functions have CREATE FUNCTION statements. In our Postgres 10 model, it generated CREATE OR REPLACE FUNCTION.
I have been unable to find any setting for this in the documentation or menu structure, but I suspect there is a fix.
Does anyone know how to make the Generate DDL generate CREATE OR REPLACE FUNCTION statements?
Thank you.