@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noego/proper",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "module": "bin/index.mjs",
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