This includes changes to the script that would allow it to only run the migration
when there is an upgrade to the database version. If the old and intended db versions are the same, a terraform apply occurs.
It fails when the db version is intended to be downgraded. When db version is not specified as a label,
the script will ask the user if they would like the force an upgrade as the intended db version is unknown.
Depends on D13103