mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:22:45 +08:00
SQL Datasources: Move database setting to jsonData (#58649)
* Datasource settings: Add deprecation notice for database field * SQL Datasources: Migrate from settings.database to settings.jsonData.database * Check jsonData first * Remove comment from docs
This commit is contained in:
@ -66,6 +66,7 @@ type JsonData struct {
|
||||
Encrypt string `json:"encrypt"`
|
||||
Servername string `json:"servername"`
|
||||
TimeInterval string `json:"timeInterval"`
|
||||
Database string `json:"database"`
|
||||
}
|
||||
|
||||
type DataSourceInfo struct {
|
||||
|
Reference in New Issue
Block a user