Error 500 while logging in

I have tried to update to version 5.5. When I try to login I get the following error message. How do I manually perform the update again?

500: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ninjadb.purchase_orders’ doesn’t exist (SQL: select * from purchase_orders where purchase_orders.company_id in (1, 2, 3) and created_at >= 1970-01-01 00:00:00)

Hi,

It may help to run php artisan migrate

Yes, that the trick.
Thank you very much.

Glad to hear it, thanks for the update!