Skip to content

Change report ID columns to BIGINT to avoid 32-bit integer overflow#4936

Open
NikhilJeikar wants to merge 1 commit into
Ericsson:masterfrom
NikhilJeikar:extending-report-id
Open

Change report ID columns to BIGINT to avoid 32-bit integer overflow#4936
NikhilJeikar wants to merge 1 commit into
Ericsson:masterfrom
NikhilJeikar:extending-report-id

Conversation

@NikhilJeikar

Copy link
Copy Markdown

Report IDs were stored as INTEGER (max ~2.1B). Large deployments can hit this limit and fail on insert. Promote reports.id and all report_id FKs to BIGINT on PostgreSQL; SQLite already supports 64-bit integers.

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.

1 participant