1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Add default value for mysql database

This commit is contained in:
Mel O'Hagan 2022-10-27 14:38:20 +01:00
parent fd9d7b7016
commit a9f6a11fdd

View file

@ -64,6 +64,7 @@ const SCHEMA: Integration = {
database: {
type: DatasourceFieldType.STRING,
required: true,
default: "db",
},
ssl: {
type: DatasourceFieldType.OBJECT,