xmisao / bestgems.org

Gem ranking and downloads trends providing service.
https://bestgems.org/
GNU Affero General Public License v3.0
99 stars 14 forks source link

Change Column Types from Integer to BigInt for Bundler's Total Downloads #128

Closed xmisao closed 4 months ago

xmisao commented 4 months ago

On June 13th, the total downloads of the bundler gem exceeded 2^31, the upper limit for integers in PostgreSQL, causing data update failures. This PR changes the column types from integer to bigint to prevent future issues.