Skip to content

Commit 54091e9

Browse files
fix: update pg_version input to be optional in the DA and set default value to __NULL__ (which will display as preferred in the UI) (#581)
1 parent 4a3149c commit 54091e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ibm_catalog.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,13 @@
192192
},
193193
{
194194
"key": "pg_version",
195-
"required": true,
195+
"required": false,
196+
"default_value": "__NULL__",
196197
"options": [
198+
{
199+
"displayname": "preferred",
200+
"value": "__NULL__"
201+
},
197202
{
198203
"displayname": "13",
199204
"value": "13"

0 commit comments

Comments
 (0)