While application start up, flowable creates DB schema/tables basis databaseSchemaUpdate value. I understand how we can disable this with below property.
“databaseSchemaUpdate” value="none"
If we do this, than what all measure we need to take care additionally, its impact and recommended approach to go for production setup.
Is it good to go with default value(false)/true/none/create-drop.
It will be great if we have product tables script available which are required to be created explicitly.
Thanks for your response. Indo have below queries …
Can you share link to get SQL scripts to upgrade DB schema.
Is it a one time activity, when we setup the DB first time for an application.
When we add new application, workflow models in same DB schema than would there be any additional practice which we need to take care from code like data insertion, update , etc.