Revert "Add default value for mysql database"
This reverts commit 91fe9ff387
.
This commit is contained in:
parent
a322f13b59
commit
b39735a887
|
@ -64,7 +64,6 @@ 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