Column not found: 1054 Unknown column 'current_hours'

I did the Last Update of the Self hOsted version from github ( 5.11.40 ) …

And since, when i work with task, i have a 500 Error with this error in laravel.log

production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘current_hours’ in ‘field list’ (Connection: db-ninja-01, SQL: update projects set current_hours = 16, projects.updated_at = 2025-03-03 19:59:46.525642 where id = 101) {“userId”:1,“exception”:"[object] (Illuminate\Database\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘current_hours’ in ‘field list’ (Connection: db-ninja-01, SQL: update projects set current_hours = 16, projects.updated_at = 2025-03-03 19:59:46.525642 where id = 101) at /var/www/html/ninja/vendor/laravel/framework/src/Illuminate/Database/Connection.php:825)

Hi,

It could be a bug, I suggest asking in a discussion on GitHub