Hello,
While attempting to install an extension using the 'extension-manager' , I received this update message, and if I enter the password, I get an error message "Something went wrong: SQLSTATE[42S01]: Base table or view already exists:.... "

How can I remove this update message?

![

    Unless I'm mistaken, this seems to be an update message. Is there a possibility to revert back?
    My normal version of Flarum is V1.8.3, and it seems like it wants to update to version V1.8.5.

    log error :
    [2024-01-19 13:21:49] flarum.ERROR: PDOException: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'access_tokens' already exists

    Something must be broken, because the access_tokens table should already exist and be registered as such with that Flarum version, and Flarum shouldn't try to create it again.

    Can you check if you have any row in the migrations table? Are you using a database prefix, now or at some point in the past?

    The easiest option would be to restore from a backup at that point. If you don't have a backup, the next easiest might be to create a data-only backup, re-install Flarum, then import the data-only backup on top of the re-created database. Last option would be to inspect the state of the migrations and manually fix the database by hand by looking at what's missing.