The database structure may have changed since the last update, fortunately a console command allows to run the migration scripts up to the latest version:
Before version 2.1, updating the database schema was impossible because the `status` column value of the `migration_version` table was incorrectly set to `partial up` instead of `complete`.
Updating from 2.0.x, changing the value allows to update the database schema.