CloudWatch: Fix a few API status codes (#26578)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-07-24 12:34:56 +02:00
committed by GitHub
parent 49b86e88ac
commit 94d0934e90
3 changed files with 30 additions and 13 deletions

View File

@ -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() {