Add default value for mysql database
This commit is contained in:
parent
5261438932
commit
91fe9ff387
|
@ -64,6 +64,7 @@ const SCHEMA: Integration = {
|
|||
database: {
|
||||
type: DatasourceFieldType.STRING,
|
||||
required: true,
|
||||
default: "db",
|
||||
},
|
||||
ssl: {
|
||||
type: DatasourceFieldType.OBJECT,
|
||||
|
|
Loading…
Reference in New Issue