I need to synchronize my production database with my latest changes. I entered the “Data” section, and found the table to sync. It is just add one simple bool field that is defined in my app schema, and migrate it to the real database, so it is definitely not a big task.
However, every time I try to do it, after waiting for a while, I am getting this error message:
Now, I have a published application in production, but I am unable to add a simple bool field to one of my tables.
What could I do to solve this problem? It doesn’t seen something I can do personally, as it looks like a platform problem