I'm changing my db scheme in graphcool, but I can'...
# prisma-whats-new
q
I'm changing my db scheme in graphcool, but I can't seem to force update it:
Copy code
There are issues with the new service definition:

  Global
    ✖ No field with id 'cjdt9qfw30a9c0184logsskob'
n
there is likely a permission query that points to a field you have deleted or are about to delete.
q
I deleted all data and nodes...
resetting the db, new scheme
n
This error message is not related to data at all, it's about a field being referenced that does not exist anymore.
q
yes, but how can I solve it? I mean, I want to deploy a new scheme.
n
You would check all your permission queries and see if one of them references a field that does not exist. If that's not the case, you might try deploying the schema first, without any permissions. If that doesn't help, you might try deploying an entirely new service.
q
hmmm, but its not in the permission queries, I guess. Nothing changed there.
so, I removed all the functions and tried to deploy again.
doesn't work.
(I don't have PQ yet)
(so, no data, no PQs, no functions, only a scheme, can't
deploy --force
)
the question is: can I really force a new schema to be deployed?
this is the project id:
cj0wajpkpe8qh0102aoy5wed0