Does anyone know if Postgres v12 is supported yet?...
# orm-help
j
Does anyone know if Postgres v12 is supported yet? Im testing it locally with a schema that works on v11 and getting an error in PGAdmin that “string indices must be integers”. The
prisma migrate up --experimental
command executed fine
I believe this was a PGadmin issue
I fully dockerized Postgres+Pgadmin using this example: https://github.com/khezen/compose-postgres
💯 1