BUG: FIX included
Posted: Mon Nov 20, 2017 3:01 pm
not sure if this is wrong on emu db, but for some reason, my db was missing it, so i am posting just in case
the spawn_widgets table column close_x is missing the default value
the following sql will fix it
be sure to replace xxxx with your db name
the spawn_widgets table column close_x is missing the default value
the following sql will fix it
be sure to replace xxxx with your db name
Code: Select all
ALTER TABLE `xxxx`.`spawn_widgets`
CHANGE `close_x` `close_x` FLOAT DEFAULT 0 NOT NULL;