mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:23:28 +08:00
CloudWatch: Fix a few API status codes (#26578)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -80,7 +80,7 @@ func (ss *SqlStore) Init() error {
|
||||
x = engine
|
||||
dialect = ss.Dialect
|
||||
|
||||
migrator := migrator.NewMigrator(x)
|
||||
migrator := migrator.NewMigrator(engine)
|
||||
migrations.AddMigrations(migrator)
|
||||
|
||||
for _, descriptor := range registry.GetServices() {
|
||||
|
Reference in New Issue
Block a user