Skip to content

Commit

Permalink
feat(config): add support for optional config revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 30, 2019
1 parent 0c9c632 commit a7a6e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adonis-typings/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ declare module '@ioc:Adonis/Lucid/Database' {
useNullAsDefault?: boolean,
debug?: boolean,
asyncStackTraces?: boolean,
revision?: number,
pool?: {
afterCreate?: (conn: any, done: any) => void,
min?: number,
Expand Down

0 comments on commit a7a6e76

Please sign in to comment.