Skip to content

Commit

Permalink
Fix transactions order (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Dec 19, 2023
1 parent 1a7c3e7 commit f156201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/models/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ var databaseSchema = [][]string{
`UPDATE settings SET settings = settings #- '{alerting, email_settings}';`,
`UPDATE settings SET settings = settings #- '{alerting, slack_settings}';`,
},
88: {
102: {
`UPDATE settings SET settings = settings - 'alert_manager_url'`,
},
}
Expand Down

0 comments on commit f156201

Please sign in to comment.