zipline/prisma
Kashall 1f61c56f83
fix: pg int -> bigint (#484) (#459)
* fix: prisma int supports up to 2gb. Bigint supports a lot more than 2gb.

* yes, i ran `yarn migrate:dev`

* fix: cannot assign bigint to number

* fix: 'bigint' is not assignable to type 'number'.

* fix: 'bigint' is not assignable to type 'number'.

* jesus christ

* Well okay then next
2023-11-20 20:59:40 -08:00
..
migrations fix: pg int -> bigint (#484) (#459) 2023-11-20 20:59:40 -08:00
schema.prisma fix: pg int -> bigint (#484) (#459) 2023-11-20 20:59:40 -08:00