mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Final work on migration, now there is no usage of xorm table sync
This commit is contained in:
@ -13,6 +13,10 @@ func NewPostgresDialect() *Postgres {
|
||||
return &d
|
||||
}
|
||||
|
||||
func (db *Postgres) SupportEngine() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (db *Postgres) Quote(name string) string {
|
||||
return "\"" + name + "\""
|
||||
}
|
||||
|
Reference in New Issue
Block a user