* SQLStore: Prevent concurrent migrations (#44101) * SQLStore: Prevent concurrent migrations * Hide behind a feature toggle * Configurable locking attempt timeout * Update docs/sources/administration/configuration.md Co-authored-by: Igor Suleymanov <radiohead@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> (cherry picked from commitd718ee1918) * Resolve dependency cycle (#45427) (cherry picked from commit6a38ce2307)
This commit is contained in:
@@ -453,7 +453,7 @@ func (m SQLStoreMock) UpdateDataSource(ctx context.Context, cmd *models.UpdateDa
|
||||
return nil // TODO: Implement
|
||||
}
|
||||
|
||||
func (m SQLStoreMock) Migrate() error {
|
||||
func (m SQLStoreMock) Migrate(_ bool) error {
|
||||
return nil // TODO: Implement
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user