sentry icon indicating copy to clipboard operation
sentry copied to clipboard

fix(dashboards): Add unique constraint for user and dashboard pair

Open narsaynorath opened this issue 4 months ago • 2 comments

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.

narsaynorath avatar Jun 13 '25 18:06 narsaynorath