Skip to content

[_] refactor(room_users): remove incremental ids from room_users#35

Merged
apsantiso merged 1 commit into
masterfrom
refactor/use-uuid-instead-of-numeric-id
Sep 22, 2025
Merged

[_] refactor(room_users): remove incremental ids from room_users#35
apsantiso merged 1 commit into
masterfrom
refactor/use-uuid-instead-of-numeric-id

Conversation

@apsantiso
Copy link
Copy Markdown
Contributor

@apsantiso apsantiso commented Sep 18, 2025

This PR rebuilds the table room_users so it uses uuid instead of big integers as its primary key.
This table will have a lot of records being created and deleted, so an incremental ids are not ideal.

@apsantiso apsantiso requested a review from sg-gs September 18, 2025 14:31
@apsantiso apsantiso self-assigned this Sep 18, 2025
Comment thread migrations/20250918134600-rebuild-room-users-table.js
@apsantiso apsantiso merged commit fc46ca3 into master Sep 22, 2025
4 of 5 checks passed
@apsantiso apsantiso deleted the refactor/use-uuid-instead-of-numeric-id branch September 22, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants