@noego/proper 0.2.1 → 0.2.2

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.1",
3
+ "version": "0.2.2",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "module": "bin/index.mjs",
package/readme.md CHANGED
@@ -57,6 +57,11 @@ Below is a fast-track on **how to work** with SQL Proper from the command line.
57
57
  ```
58
58
  Edit those `.sql` files and add your migration scripts.
59
59
 
60
+ Always use `proper create` to mint the timestamp — never type one by hand.
61
+ Generated stamps never end in `0`, and `proper up` refuses to apply a
62
+ **pending** migration whose stamp ends in `000` (a tell-tale hand-typed
63
+ value). Migrations that were already applied are never re-checked.
64
+
60
65
  3. **Apply migrations**:
61
66
  ```bash
62
67
  proper up