Hi,
For My application I have few tables. I use multi tenant liquibase to create the same table across schemas. I have a doubt here is that “can i use multitenantliquibase with multitenant flowable” ? Please advise on this.
Regards,
Raghu
Hi,
For My application I have few tables. I use multi tenant liquibase to create the same table across schemas. I have a doubt here is that “can i use multitenantliquibase with multitenant flowable” ? Please advise on this.
Regards,
Raghu
No, Flowable doesn’t have anything on board to take in account custom tables. You would have to manage that externally.
@joram thanks you for the update.