• Executes all .sql files located in a specified directory.

    Parameters

    • settings: Settings

      graphile-migrate settings object

    • dirPath: string

      relative path from the root of a project to a folder with sql scripts in it, e.g. 'migrations/after-reset'

    • logger: DbLogger

    Returns Promise<void>

Generated using TypeDoc