Has anyone run into issues when deploying a schema...
# orm-help
r
Has anyone run into issues when deploying a schema for the first time and it errors out when it is checking if a table exists?
Copy code
postgres_1_a6ab32ab94c9 | 2018-11-20 14:39:12.010 UTC [31] ERROR:  relation "my-project$dev.MyTable" does not exist at character 33
postgres_1_a6ab32ab94c9 | 2018-11-20 14:39:12.010 UTC [31] STATEMENT:  select exists (select "id" from "my-project$dev"."MyTable")
prisma_1_fb551e0dcf29 | org.postgresql.util.PSQLException: ERROR: relation "my-project$dev.MyTable" does not exist