pub async fn verify_migration_tables( pool: &PgPool, set: &MigrationSet, ) -> Result<Vec<String>, PostgresError>