Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 829 Bytes

migrateoptionsdefaults.md

File metadata and controls

51 lines (27 loc) · 829 Bytes

yammyMigrateOptionsDefaults

Interface: MigrateOptionsDefaults

Hierarchy

  • MigrateOptionsDefaults

Index

Properties

Properties

autoClose

autoClose: boolean

Defined in src/index.ts:76

Closes DB connection after migrations are applied or rolled back.

default: true


changelog

changelog: string

Defined in src/index.ts:71

Collection which is used to store migration history

default 'changelog'


dir

dir: string

Defined in src/index.ts:66

Directory with migrations, relative to your program cwd or absolute

default 'migrations'