Function runMigrations

  • Runs all the migrations in the defined relative path to current working directory. Default value and convention is for this path to be sql/migrations, but it can be changed.

    Parameters

    • client: Client
    • migrationsPath: string[] = ...
    • migrationOptions: MigrationOptions = {}

    Returns Promise<void>

Generated using TypeDoc