Samagra-Development / yaus

Yet Another URL Shortner
https://github.com/Samagra-Development/yaus/wiki
11 stars 28 forks source link

update postgres version for local development #58

Closed yuvrajsab closed 1 year ago

yuvrajsab commented 1 year ago

Prisma migration was failing because our Postgres version is 12 and that does not support the gen_random_uuid() function. We have a script that enables pgcrypto extension but this was not working as we also have to make some changes to the Prisma schema which will affect our prod db.