1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Revert "Add default value for mysql database"

This reverts commit 91fe9ff387.
This commit is contained in:
Mel O'Hagan 2022-10-27 14:51:04 +01:00
parent a322f13b59
commit b39735a887

View file

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