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

db: change review_history.historyId to bigint #1472

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

cd-rite
Copy link
Collaborator

@cd-rite cd-rite commented Jan 14, 2025

Resolves: #1471

Migrates review_history by changing the auto increment primary key historyId from INT to BIGINT UNSIGNED.

The testing appdata files were updated to set lastMigration: 35

Copy link

@cd-rite cd-rite merged commit 620df1a into main Jan 16, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB: Change review_history.historyId to bigint
2 participants