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

Revert "Add default value for mysql database"

This reverts commit a9f6a11fdd.
This commit is contained in:
Mel O'Hagan 2022-10-27 14:51:04 +01:00
parent 31d9e2b1bf
commit 4db80a17c3

View file

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