Fix bug what updating org quota doesn't work
https://github.com/grafana/grafana/blob/3c330c8e4c0b0f9fb258801ba8a7fe2586bbc819/pkg/services/sqlstore/quota.go#L106 In the real use case, `has` that is described by the above code is always `false` because it includes `Updated` in a query. So this commit fixes this issue.
Showing
Please
register
or
sign in
to comment