No users with server admin.... options to fix?

I did a pretty dumb move and in a Grafana instance (open source), there are no users with server admin assigned - which is kind of a problem.

The default Grafana ID that is created on build does not exist anymore either. I looked at the CLI and there doesn’t appear to be any way to elevate the privs from that.

Anyone have any ideas on how to inject an ID into the DB in order to fix this situation?

Edit: this instance is using mysql.

Edit2: Nevermind. This is resolved. There is a column called isAdmin under the users table. Set to 1 and all is well.