Skip to content

Commit

Permalink
DEV: rename migration.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Sep 12, 2023
1 parent bf3907f commit 433d037
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions migrate.json → migrate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
cipher: 'aes-256-gcm',
password: 'your-secret-encryption-password'
},
delimiter: ':',
hidden: true,
name: 'mydb',
nulls: false,
typeField: '_type',
}
},
// Use dir for local execution or arn when using an AWS based migration controller (preferred)
dir: '.',
profiles: {
dev: {
Expand Down

0 comments on commit 433d037

Please sign in to comment.