Closed xmisao closed 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.
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.