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