Xibo docker 1.8.9 to 1.8.11 stuck on Fix database constraints and indexes

Trying to upgrade and getting stuck on step 234 with error:

Fix database constraints and indexes
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘cms.oauth_clients’ doesn’t exist

Same problem when trying a fresh install and database import. Any ideas on how to fix this?

You can add this table manually by entering the following sql statement:

image

I have also included a link below to the guide on how to run sql commands when using Docker:

If the issue persists, please let me know.

Many Thanks.