The database version is referring to the BPADBVersion table, which contains a list of all of the applied database changes. I believe the reason behind this is to make it easier for Blue Prism to make database upgrades, since it can scan easily for which necessary packages are missing. You can check the database version in Blue Prism by going into Configure Connection -> Upgrade Database -- it will show the current database version. Alternatively, this SQL query will also give you the current database version: Select Max(Convert(int, dbversion)) From BPADBVersion