sentry
sentry copied to clipboard
fix(dashboards): Add unique constraint for user and dashboard pair
In an attempt to change the syntax for defining the uniqueness constraint, the original constraint was dropped and only updated the Django state.
This reintroduces the constraint so we actually enforce it in the DB on inserts.