Closed clintonyeb closed 4 years ago
Postgres does not support the rand() function. Find a better implementation for this.
It looks like since we have different database for dev and prod, and we cant run both rand() and random() for sql and postgres respectively. The problem has been fixed for production
Postgres does not support the rand() function. Find a better implementation for this.