@noego/proper 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +7 -3
- package/bin/cli.js.map +1 -1
- package/bin/cli.mjs +8 -3
- package/bin/cli.mjs.map +1 -1
- package/bin/index.js +7 -3
- package/bin/index.js.map +1 -1
- package/bin/index.mjs +7 -3
- package/bin/index.mjs.map +1 -1
- package/package.json +1 -1
- package/readme.md +5 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -298,6 +298,11 @@ runnable — complete the file before running another database-backed command.
|
|
|
298
298
|
}
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
+
Patches may also be co-located with migrations by setting `patch_folder` to
|
|
302
|
+
the same path as `migration_folder` — migration discovery only considers
|
|
303
|
+
`*.up/down.sql|js` files and patch discovery only considers top-level
|
|
304
|
+
`*.yaml` files, so the two never interfere.
|
|
305
|
+
|
|
301
306
|
### Patch file format (version 1)
|
|
302
307
|
|
|
303
308
|
```yaml
|