mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Add default driver in configuration_schema to specify driver more easily
This commit is contained in:
parent
154b554ecd
commit
7582b3174d
@ -66,7 +66,8 @@ class SQLServerODBC(BaseSQLQueryRunner):
|
|||||||
},
|
},
|
||||||
"driver": {
|
"driver": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Driver Identifier"
|
"title": "Driver Identifier",
|
||||||
|
"default": "{ODBC Driver 13 for SQL Server}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["db"],
|
"required": ["db"],
|
||||||
|
Loading…
Reference in New Issue
Block a user