Jan Piotrowski
Jan Piotrowski
Seems that https://plugins.jetbrains.com/plugin/20686-prisma-orm has not been updated with the latest features yet. Source code lives here: https://github.com/JetBrains/intellij-plugins/tree/master/prisma if you maybe want to help out. Our own VS Code extension is...
I think you would indeed use `prisma migrate dev --create-only` @bam4564: 1. Start by updating the `view` and `model` in your Prisma schema. 2. Then run the CLI command to...
Uh, that is an interesting nuance. So you have create a view manually in the past, and now want to get the `view` into your Prisma schema and then make...
> ``` > url = env("POSTGRES_URL") > ``` > `POSTGRES_URL="postgres://user:password@postgres_host_url:post/db"` Which URL is `postgres_host_url`? Is it the `ep-autumn-band-804977-pooler` one, or something completely different? If it is a connection pooled one,...
Ping @littlegromexchange - Can you help us by responding to the question?
That is weird @taylor-lindores-reeves and should not be necessary. You were using `POSTGRES_PRISMA_URL` before for `url`? What values does it have in your deployment? Does it include `pgbouncer=true` in the...
This could help: https://stackoverflow.com/a/66921066 The GH actions only return the list of changed files: - https://github.com/marketplace/actions/changed-files#output_modified_files - https://dev.to/scienta/get-changed-files-in-github-actions-1p36
Tests are failing. Can you please take a look at those?
No 4 and 5 are not done yet, and might actually be useful and improve the current state.
An issue not getting a reply in a few days does not really indicate that we do not care, but that we are busy doing a lot of other things...