I noticed while doing a technical investigation that both the REG_CONTENT_HISTORY and REG_RESOURCE_HISTORY were both empty. I should have data in there, right? I updated content in and deleted default asset types, and still, no data in the tables.
Is this a configuration issue?
Usually these tables get populated when property versionResourcesOnChange is set to true in the registry.xml (SERVER_HOME/repository/conf). Otherwise history tables does not get populated.
<versionResourcesOnChange>true</versionResourcesOnChange>