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

FIX: Upgrade pm_event_id coumns to BIGINT Type #473

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

rymarczy
Copy link
Collaborator

@rymarczy rymarczy commented Jan 7, 2025

Staging started throwing errors because the pm_event_id column ran out of integer numbers.

This change updates the pm_event_id columns from int to bigint so we don't run out of keys.

Copy link

github-actions bot commented Jan 7, 2025

Coverage of commit 4e8e720

Summary coverage rate:
  lines......: 75.3% (2493 of 3310 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate:
                                                                                     |Lines       |Functions  |Branches    
  Filename                                                                           |Rate     Num|Rate    Num|Rate     Num
  =========================================================================================================================
  src/lamp_py/postgres/rail_performance_manager_schema.py                            | 100%    202|    -     0|    -      0

Download coverage report

Copy link

github-actions bot commented Jan 7, 2025

Coverage of commit 2816226

Summary coverage rate:
  lines......: 75.3% (2493 of 3310 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate:
                                                                                     |Lines       |Functions  |Branches    
  Filename                                                                           |Rate     Num|Rate    Num|Rate     Num
  =========================================================================================================================
  src/lamp_py/postgres/rail_performance_manager_schema.py                            | 100%    202|    -     0|    -      0

Download coverage report

Copy link

github-actions bot commented Jan 7, 2025

Coverage of commit 506ae68

Summary coverage rate:
  lines......: 75.3% (2494 of 3310 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate:
                                                                                     |Lines       |Functions  |Branches    
  Filename                                                                           |Rate     Num|Rate    Num|Rate     Num
  =========================================================================================================================
  src/lamp_py/postgres/rail_performance_manager_schema.py                            | 100%    202|    -     0|    -      0

Download coverage report

@rymarczy rymarczy requested a review from arkadyan January 7, 2025 19:45
Copy link

@arkadyan arkadyan left a comment

Choose a reason for hiding this comment

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

👍

@rymarczy rymarczy merged commit e5b923a into main Jan 7, 2025
5 checks passed
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