<#578 Alter ID sequence to bigint> Pull request op...
# flyte-github
a
#578 Alter ID sequence to bigint Pull request opened by honnix TL;DR Alter ID sequence to bigint. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue I tested the sql on one of our sequences and it worked as expected. Complete description As described by flyteorg/flyte#3777, some of the ID sequences are not bigint due to historical reason. It makes sense to use bigint because integer is easy to run out of. Note that this PR does not try to change
cycle
in order to keep backward compatibility, and also
bigint
will practically make that unnecessary. For reference https://www.postgresql.org/docs/current/sql-altersequence.html Tracking Issue Fixes flyteorg/flyte#3777 Follow-up issue NA flyteorg/flyteadmin GitHub Actions: Goreleaser GitHub Actions: Build & Push Flytescheduler Image GitHub Actions: Build & Push Flyteadmin Image GitHub Actions: Bump Version Codecov: 58.59% (-0.01%) compared to 949f5a2 Codecov: 37.50% of diff hit (target 58.60%) 8 other checks have passed 8/14 successful checks