Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🗃️(dashboard) Add UUID primary key and Squash migrations #426

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssorin
Copy link
Collaborator

@ssorin ssorin commented Mar 7, 2025

Purpose

A user's primary key must be a UUID, not an id

Proposal

  • Switch the DashboardUser primary key to a UUIDField for improved uniqueness.
  • Squash migrations into a single migration file.

Consolidated initial and subsequent migrations into a single migration file for better organization.
Switched the DashboardUser primary key to a UUIDField for improved uniqueness.
@ssorin ssorin added improvement needs review dashboard Item related to the Dashboard service labels Mar 7, 2025
@ssorin ssorin self-assigned this Mar 7, 2025
@ssorin ssorin marked this pull request as ready for review March 7, 2025 13:20
@ssorin ssorin requested a review from jmaupetit March 7, 2025 13:20
Copy link
Member

@jmaupetit jmaupetit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard Item related to the Dashboard service improvement needs review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants