-
**package.json for prisma2 cli is wrong**
* https://github.com/prisma/prisma/blob/master/cli/prisma2/package.json
![image](https://user-images.githubusercontent.com/8246234/78178465-ae02f080-742…
-
https://prisma2.netlify.com/favicon.ico doesn't work.
This is applies to all static images which don't seem to be copied to the generated `public` folder
-
I have a regular Postgres DB with the following schema:
```sql
CREATE TABLE "public"."User" (
id SERIAL PRIMARY KEY NOT NULL,
name VARCHAR(255),
email VARCHAR(255) UNIQUE NOT NULL
);
…
-
https://github.com/prisma/prisma2/blob/34f5e82d201fc5ceaad6041bf670838161188f1b/cli/sdk/src/predefinedGeneratorResolvers.ts#L88-L90
It tries to download packages using `npm add` even though npm pac…
-
I got into this strange state, where at the end I got the error message from the title which is strange. This is what I did:
1. Global `prisma2` install of version `preview023`.
2. Create folder `…
-
Since prisma@2.0.0-beta.7, the take argument replaces first and last.
Solution: Just downgrade to 2.0.0-beta.6
1. Prisma2 version (`prisma -v`):
```
@prisma/cli : 2.0.0-beta.7
Curr…
-
While testing prisma2 and after using the cli to generate an example following the tutorial in the documentations.
I have come across this error `The migration engine panicked while handling the re…
-
See https://github.com/prisma/prisma-client-js/issues/252
-
In alpha 940 the schema validation errors broke.
Before:
```
Error: Schema parsing
error: Argument "value" is missing in attribute "@default".
--> schema.prisma:228
|
227 | user_…
-
Right now each test here is testing a very limited set of functionality - it really is just checking if Prisma works at all on the framework, platform etc.
It might be worth to define a common set …