Hi
Have update to new version release 5.7.47-W138
Trying to add new client but instead get the 500: Internal Server Error
the server logs show this error message:
[2023-11-13 15:31:32] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘classification’ in ‘field list’ (Connection: mysql, SQL: insert into clients
(company_id
, user_id
, name
, website
, private_notes
, public_notes
, balance
, paid_to_date
, country_id
, is_deleted
, client_hash
, settings
, classification
, group_settings_id
, address1
, address2
, city
, state
, postal_code
, phone
, industry_id
, size_id
, vat_number
, id_number
, shipping_address1
, shipping_address2
, shipping_city
, shipping_state
, shipping_postal_code
, shipping_country_id
, custom_value1
, custom_value2
, custom_value3
, custom_value4
, routing_id
, is_tax_exempt
, assigned_user_id
, updated_at
, created_at
) values (3, 1, Green Wagon, ?, ?, ?, 0, 0, 710, 0, B7onnOwtJUcItaJMJituXb2O8cFeBhjNq0mkDXFb, {“entity”:“App\Models\Client”,“industry_id”:“”,“size_id”:“”,“currency_id”:“4”}, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0, ?, 2023-11-13 15:31:32.033030, 2023-11-13 15:31:32.033030)) {“userId”:1,“exception”:"[object] (Illuminate\Database\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘classification’ in ‘field list’ (Connection: mysql, SQL: insert into clients
(company_id
, user_id
, name
, website
, private_notes
, public_notes
, balance
, paid_to_date
, country_id
, is_deleted
, client_hash
, settings
, classification
, group_settings_id
, address1
, address2
, city
, state
, postal_code
, phone
, industry_id
, size_id
, vat_number
, id_number
, shipping_address1
, shipping_address2
, shipping_city
, shipping_state
, shipping_postal_code
, shipping_country_id
, custom_value1
, custom_value2
, custom_value3
, custom_value4
, routing_id
, is_tax_exempt
, assigned_user_id
, updated_at
, created_at
) values (3, 1, Green Wagon, ?, ?, ?, 0, 0, 710, 0, B7onnOwtJUcItaJMJituXb2O8cFeBhjNq0mkDXFb, {"entity":"App\\Models\\Client","industry_id":"","size_id":"","currency_id":"4"}, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0, ?, 2023-11-13 15:31:32.033030, 2023-11-13 15:31:32.033030)) at /home/u815756910/domains/website.co.za/public_html/ninja/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]