We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f43204 + 2f78d02 commit 4cd6be8Copy full SHA for 4cd6be8
README.md
@@ -249,7 +249,7 @@ Directives allow you to customise the behaviour of migrations. You can specify d
249
1. Programatically via marv.scan
250
251
```js
252
- const migrations = await marv.scan(directory, { filter: /\.sql$/ }, { directives: { audit: false } });
+ const migrations = await marv.scan(directory, { filter: /\.sql$/, directives: { audit: false } });
253
```
254
255
1. Via .marvrc
0 commit comments