db-evo 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,9 +72,14 @@ Create `db-evo.yaml` files to configure migrations:
72
72
 
73
73
  ```yaml
74
74
  # Root configuration
75
+ patch: "01" # Latest migration
76
+ env: "default"
77
+ engine: "pg" # Only supported
78
+ roots: # Each migration is a folder, so let's specify the root dir
79
+ - "~/workspace/projects/myapp/db/migrations"
75
80
  pg:
76
81
  default:
77
- dbname: myapp
82
+ dbname: myapp_dev
78
83
  host: localhost
79
84
  port: 5432
80
85
  username: postgres
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "db-evo",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "art-ws.com DB evolutions",
5
5
  "keywords": [
6
6
  "art-ws",