hellhub-collective / api

Effortlessly use Helldivers 2 data in your apps, with the democratically approved HellHub API. 🌎
https://documenter.getpostman.com/view/33840175/2sA35Bd54w
MIT License
18 stars 2 forks source link

Prisma: Inconsistent column data breaks deployments #27

Closed fabio-nettis closed 5 months ago

fabio-nettis commented 5 months ago

Describe the bug

Current developments fail with following prisma error:

Inconsistent column data: Conversion failed: Value 3746274089 does not fit in an INT column, try migrating the 'index' column type to BIGINT.

Expected behavior

Should not happen, don't know what index should be this large as to cause this error, need further investigation.

What areas are affected by the issue