From 762e854d9eb26898792ff6f6312f231a8b43146d Mon Sep 17 00:00:00 2001 From: Pascal Date: Fri, 17 Jun 2022 22:01:07 +0200 Subject: [PATCH] added validation of primary/unique keys, plus added warnings in forward-engineering script when primary/unique constraints have no keys --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c39095..211a683 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "PostgreSQL", - "version": "0.1.20", - "versionDate": "2022-06-03", + "version": "0.1.21", + "versionDate": "2022-06-17", "author": "hackolade", "engines": { "hackolade": "6.1.2",