Results 3 comments of SyntaxDragon

Sounds like something changed maybe check what dependencies have changed and if updating/downgrading helps.

Hope this helps ``` mysql -u root -p ``` ``` use im_1; ``` ``` CREATE TABLE `scheduledActions` ( `id` int(11) NOT NULL, `actionType` enum('unmute') COLLATE utf8mb4_unicode_ci DEFAULT NULL, `args` json...

``` mysql -u root -p *inserts password if authed* CREATE DATABASE im_0; use im_0; source /root/invite-manager-bot/scripts/db/setup_db0.sql; CREATE DATABASE im_1; use im_1; source /root/invite-manager-bot/scripts/db/setup_dbx.sql; ``` This is how I did it...