Problem running workflow SQLITE_ERROR: table execution_entity has no column named data

Hey,

Are you all using docker and is it set to manually update?

To resolve the issue if you are not using MySQL set the version tag to 0.234.0 or 0.235.0, We found an issue issue with the MySQL migration yesterday and changed the latest version from 0.234.0 back to 0.233.1, Sadly for anyone who auto updates their containers or runs a docker pull every day they would run into this issue.

0.234.0 had a database migration in it that can’t be reversed so when it went back down to 0.233.1 it started to cause this issue.

We will work on making sure this doesn’t happen again.