I created a completly Continua CI installation on a new server.
then I cloned a repo .
After that i create a very simple configuration which just contains a “if true”
When i run the confuguration i get the following error.
What am I doing wrong`?
Thank you for reporting this (and for figuring out the cause). This bug appears to have been introduced in v1.9.2.484 when we upgraded the FluentMigration component which runs our database migration code. It was changed from being case-agnostic (automatically lowercasing column names) to case-insensitive. We will get an update out later today to address this issue.
thx for my it also worked to manually rename the column from upper to lowercase ? does the fix provide more hep and fixes or not required to apply if i renamed it manually?
The fix renames the column if it has the wrong case. You therefore do not need to apply it for this particular issue as you have already done that manually. It does, however, contain fixes for other issues as detailed in the link above.