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