Can’t Log into Strapi after Accidentally Setting User to ‘Active False’

On the Strapi application, I accidentally checked the ‘active false’ box for the user when it should have been ‘true.’ Since then, I can’t log in to Strapi. I’m convinced that to fix this issue, I need to go into the database, but I can’t find which file I should modify to change my user’s status back to ‘active true.’

Database: SQLite

Language: JavaScript

I tried to back up an old version on GitHub, but no success…

I also tried to filter all active elements in VS Code, but I can’t figure out which one I should fix.