#EntityVers
This temporary table acts as a manifest of the application's deployed components and their respective versions.
The temporary nature of #EntityVers (created in tempdb) means its contents are reset with each new database session. This implies that the version tracking is pertinent to the current deployment session rather than a persistent record across server restarts. For persistent versioning, dbOmnibus would likely have a permanent table for entity versions. The #EntityVers temporary table is used for orchestrating the current deployment run.
Page Last Updated: 03 July 2025
