Fix mysql connections
This commit is contained in:
parent
24ddea9954
commit
29e07ac9e8
|
@ -64,8 +64,6 @@ func (cp *sqlConnectionProducer) Connection() (interface{}, error) {
|
|||
} else {
|
||||
conn += "?timezone=utc"
|
||||
}
|
||||
} else {
|
||||
conn += " timezone=utc"
|
||||
}
|
||||
|
||||
var err error
|
||||
|
|
|
@ -24,11 +24,6 @@ func pathConfigConnection(b *databaseBackend) *framework.Path {
|
|||
Description: "DB type (e.g. postgres)",
|
||||
},
|
||||
|
||||
"connection_details": &framework.FieldSchema{
|
||||
Type: framework.TypeMap,
|
||||
Description: "Connection details for specified connection type.",
|
||||
},
|
||||
|
||||
"verify_connection": &framework.FieldSchema{
|
||||
Type: framework.TypeBool,
|
||||
Default: true,
|
||||
|
|
Loading…
Reference in New Issue