We need to have a periodic task that runs and compares the migration level of the database against the migration level the local PDB expects. If the database gets upgraded before the local PDB has been upgraded this check will kill the local PDB with a message that indicates it needs to be upgraded.
* A periodic check should be able to detect when the database's migration level has changed and kill the local PDB with an error indicating the need to upgrade.