[#4] B4: Alert threshold uses INTEGER type - risk of overflow #29

Open
sebse wants to merge 1 commits from 4-bigint-migration into main
Owner

File: web/migrations/004_add_bigint_signals.js\n\nAdds migration to change signals.green, signals.red, and alerts.threshold from INTEGER to BIGINT to prevent overflow for large values.\n\nFixes #4

**File:** web/migrations/004_add_bigint_signals.js\n\nAdds migration to change signals.green, signals.red, and alerts.threshold from INTEGER to BIGINT to prevent overflow for large values.\n\nFixes #4
sebse added the bug label 2026-06-05 11:06:11 +00:00
sebse added 1 commit 2026-06-05 11:06:12 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 4-bigint-migration:4-bigint-migration
git checkout 4-bigint-migration
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sebse/factorio-signal-exporter#29