From 388a1190ac9b779f0a7260ceb41f952285405b07 Mon Sep 17 00:00:00 2001 From: pdesmarets Date: Fri, 19 Jan 2024 19:25:50 +0100 Subject: [PATCH] added support for reverse-engineering of UDTs, ability to model table partitions, ability to model table options, properties for using, partitioning, hash, and visibility clauses in indexes, plus ability to parse btree and and hash-sharded --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e37a5ac..41f219d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "CockroachDB", - "version": "0.1.2", - "versionDate": "2024-01-12", + "version": "0.1.3", + "versionDate": "2024-01-19", "author": "hackolade", "engines": { "hackolade": "6.1.2",