Skip to content

fix: fix the SubscriptionMessage.id field#23

Merged
allisson merged 1 commit intomainfrom
fix-model-field
Dec 31, 2025
Merged

fix: fix the SubscriptionMessage.id field#23
allisson merged 1 commit intomainfrom
fix-model-field

Conversation

@allisson
Copy link
Owner

No description provided.

@allisson allisson requested a review from Copilot December 31, 2025 16:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the SubscriptionMessage model to use UUID as the primary key type instead of BigInteger, aligning with common practices for distributed systems and message identification.

Key Changes:

  • Changed the id column type from sa.BigInteger to postgresql.UUID in the SubscriptionMessage model

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@allisson allisson merged commit e4ee9ef into main Dec 31, 2025
1 check passed
@allisson allisson deleted the fix-model-field branch December 31, 2025 16:18
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