AT
- when
- I replaced ACT_HI_PROCINST table with a view not using camunda scripts
- I use oracle database
- I start engine
- then
- engine can recognize that History schema is already created
TC
- when
- I create ACT_HI_PROCINST as view
- and call org.camunda.bpm.engine.impl.db.sql.DbSqlSession#isHistoryTablePresent
- then
- true is returned
Hint
based on org.camunda.bpm.engine.impl.db.sql.DbSqlSession#JDBC_METADATA_TABLE_TYPES right now only tables are used in schema detection mechanics of update process