Actions
Bug #4871
closedBug #4831: Reports cannot be inserted into postgresql due to a limit on ids
Migration SQL script to change the format of the ids from integer to bigint
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
This ticket is to create the SQL migration script to :
- rename the tables ruddersysevent to ruddersysevents_old, and create a new ruddersysevetns with bigint ids
- rename the tables archivedruddersysevent to archivedruddersysevents_old, and create a new archivedruddersysevetns with bigint ids
And another script to copy a specific number of reports from a node from the ruddersysevents_old to ruddersysevent
Actions