Skip to content

Commit

Permalink
allowed definition of number of estimated rows for udfs that returns …
Browse files Browse the repository at this point in the history
…table, added comments on functions to DDL generation, and allowed creation of indexes without a method
  • Loading branch information
pdesmarets committed Dec 7, 2023
1 parent 512c7ac commit a8f3cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"version": "0.1.54",
"versionDate": "2023-12-06",
"version": "0.1.55",
"versionDate": "2023-12-07",
"author": "hackolade",
"engines": {
"hackolade": "6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "",
"propertyType": "select",
"defaultValue": "btree",
"options": ["btree", "hash", "gist", "spgist", "gin", "brin"]
"options": ["","btree", "hash", "gist", "spgist", "gin", "brin"]
},
{
"propertyName": "Unique",
Expand Down

0 comments on commit a8f3cd6

Please sign in to comment.