Is there a table or column or property on a mysql database that would tell me the version of the schema its running for hapi?
i.e. in EntityFramework, there is a db_version table (I think) that says which version of the schema it's running. This tells the migration engine for EntityFramework what version it needs to upgrade from/to.
Is there an equivalent in Hibernate/HAPI?