homie-gg / homie

2 stars 0 forks source link

fix(PullRequest): not updating due to external integer id overflow #317

Closed mikewuu closed 3 weeks ago

mikewuu commented 3 weeks ago

Seems like Github IDs have now exceeded the limit for integer column types. This PR changes everything to a string instead. Thought about doing bigint but it appears there's some potential inconsistencies there (zapatos error) when using JSON parse, so we'll just do strings.

CleanShot 2024-11-01 at 10 06 58@2x