We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using flowable-engine with DB2 database and planning to replace DB2 with Postgres. During the migration, I found out that OWNER_ column in table ACT_HI_ACTINST is present in db2 (https://github.com/flowable/flowable-engine/blob/main/distro/sql/create/all/flowable.db2.all.create.sql#L997), but missing in Postgres (https://github.com/flowable/flowable-engine/blob/main/distro/sql/create/all/flowable.postgres.all.create.sql#L988) . Is this ok or would this cause issues? Currently, the value for the column is empty. But, I would like to understand the reason and its consequences.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using flowable-engine with DB2 database and planning to replace DB2 with Postgres. During the migration, I found out that OWNER_ column in table ACT_HI_ACTINST is present in db2 (https://github.com/flowable/flowable-engine/blob/main/distro/sql/create/all/flowable.db2.all.create.sql#L997), but missing in Postgres (https://github.com/flowable/flowable-engine/blob/main/distro/sql/create/all/flowable.postgres.all.create.sql#L988) . Is this ok or would this cause issues?
Currently, the value for the column is empty. But, I would like to understand the reason and its consequences.
The text was updated successfully, but these errors were encountered: