cancel
Showing results for 
Search instead for 
Did you mean: 

Change Activiti table schema

abhilashs
Champ in-the-making
Champ in-the-making
Is there a way I could change the Table schema in postgres while installing Activiti Explorer 5.19.0?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Yes, I believe you can change the jdbc URL to do that

maudrid
Champ on-the-rise
Champ on-the-rise
Not sure if this helps but with activiti 6 we had to add this to the code:
        jpaProperties.put("hibernate.default_schema", "myschema");
liquibase.setDefaultSchema("myschema");
or alternatively
processEngineConfiguration.setDatabaseSchema("myschema");