Skip to content

Commit f065284

Browse files
fix: update mysql_version input to be optional in the DA and set default value to __NULL__ (which will display as preferred in the UI) (#211)
1 parent 5a856d3 commit f065284

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
@@ -189,8 +189,13 @@
189189
},
190190
{
191191
"key": "mysql_version",
192-
"required": true,
192+
"required": false,
193+
"default_value": "__NULL__",
193194
"options": [
195+
{
196+
"displayname": "preferred",
197+
"value": "__NULL__"
198+
},
194199
{
195200
"displayname": "6.2",
196201
"value": "6.2"

0 commit comments

Comments
 (0)