Was able to resolve this by running the GF Update Database function outside of the System Status page by calling:
$versions = gf_upgrade()->get_versions();
$previous_db_version = $versions[‘previous_db_version’];
gf_upgrade()->upgrade( $previous_db_version, true );