Module

x/nessie/mod.ts>AbstractClient#_rollback

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method AbstractClient.prototype._rollback
import { AbstractClient } from "https://dotland.deno.dev/x/nessie@2.0.9/mod.ts";

Runs the down method on defined number of migrations after retrieving them from the DB.

Parameters

allMigrations: string[] | undefined
queryHandler: QueryHandler