We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af0f5d commit 0802726Copy full SHA for 0802726
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.2.1
2
+
3
+#### Bug Fix
4
5
+- added missing values for `ForeignKey.[onUpdate|onDelete]`
6
7
## 3.2.0
8
9
#### Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "pg-differ",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "Node.js migration tool for PostgreSQL",
"keywords": [
"node",
0 commit comments