Member Junction
    Preparing search index...
    • Gets custom SQL scripts configured to run at a specific time

      Parameters

      • when: string

        When the scripts should run

      Returns { scriptFile: string; when: string }[]

      Array of SQL scripts to execute

      • scriptFile: string

        Path to the SQL script file

      • when: string

        When to run the script (e.g., 'before-all', 'after-all')