Skip to content

Commit

Permalink
Set ssl_enable default US dump value to True
Browse files Browse the repository at this point in the history
  • Loading branch information
khamitovdr committed Dec 23, 2024
1 parent 492d743 commit 2615165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConnectionMySQLDataStorageSchema(ConnectionSQLDataStorageSchema[Connection
ssl_enable = ma_fields.Boolean(
required=False,
allow_none=False,
dump_default=False,
dump_default=True,
load_default=False,
)
ssl_ca = ma_fields.String(
Expand Down

0 comments on commit 2615165

Please sign in to comment.