Changing a column name completely breaks the queries
I went back and forth multiple times now and this is really weird.
So when using the following schema and queries everything works as expected:
Upsert query
Reset query
when changing
updated_at
to completed_at
while keeping everything else the same, I am getting the following error:
If I revert back to updatedAt and push the schema again, everything works fine...
What am I missing here?0 Replies