Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Every table throws error: 'error: No such argument.' #38

Open
jedashford opened this issue Nov 2, 2021 · 3 comments
Open

Every table throws error: 'error: No such argument.' #38

jedashford opened this issue Nov 2, 2021 · 3 comments

Comments

@jedashford
Copy link

jedashford commented Nov 2, 2021

Newly installed prisma dependency and after pull from existing db

  -->  schema.prisma:188
   |
187 |
188 |   @@index([show_id], map: "place_show_id")
   |
error: No such argument.
  -->  schema.prisma:189
   |
188 |   @@index([show_id], map: "place_show_id")
189 |   @@index([tag_id], map: "place_tag_id")
   |
@NicholasMKim
Copy link

Same here

@JonasRothmann
Copy link

Also happening to me now

@JonasRothmann
Copy link

#40 fixes this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants