Skip to content

Commit a8f3cd6

Browse files
committed
allowed definition of number of estimated rows for udfs that returns table, added comments on functions to DDL generation, and allowed creation of indexes without a method
1 parent 512c7ac commit a8f3cd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.1.54",
4-
"versionDate": "2023-12-06",
3+
"version": "0.1.55",
4+
"versionDate": "2023-12-07",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "6.1.2",

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ making sure that you maintain a proper JSON format.
897897
"propertyTooltip": "",
898898
"propertyType": "select",
899899
"defaultValue": "btree",
900-
"options": ["btree", "hash", "gist", "spgist", "gin", "brin"]
900+
"options": ["","btree", "hash", "gist", "spgist", "gin", "brin"]
901901
},
902902
{
903903
"propertyName": "Unique",

0 commit comments

Comments
 (0)