mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do
This commit is contained in:
@@ -25,15 +25,17 @@ type DataSource struct {
|
||||
Id int64
|
||||
AccountId int64
|
||||
|
||||
Name string
|
||||
Type DsType
|
||||
Access DsAccess
|
||||
Url string
|
||||
Password string
|
||||
User string
|
||||
Database string
|
||||
BasicAuth bool
|
||||
IsDefault bool
|
||||
Name string
|
||||
Type DsType
|
||||
Access DsAccess
|
||||
Url string
|
||||
Password string
|
||||
User string
|
||||
Database string
|
||||
BasicAuth bool
|
||||
BasicAuthUser string
|
||||
BasicAuthPassword string
|
||||
IsDefault bool
|
||||
|
||||
Created time.Time
|
||||
Updated time.Time
|
||||
|
||||
Reference in New Issue
Block a user