Skip to content

Commit

Permalink
Merge d37c433 into 6678d96
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Yammine committed Jan 18, 2019
2 parents 6678d96 + d37c433 commit 0a5397c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ declare namespace PgBoss {
declare class PgBoss {
constructor(connectionString: string);
constructor(options: PgBoss.ConstructorOptions);

static getConstructionPlans(schema: string): string;
static getMigrationPlans(schema: string, version: string, uninstall: boolean): string;

on(event: "error", handler: (error: Error) => void): void;
on(event: "archived", handler: (count: number) => void): void;
Expand Down

0 comments on commit 0a5397c

Please sign in to comment.