-
Hello @BIG Marketing Solutions LLC !
That's weird because the `promoted` field was added there long ago. Try to fix it by running the following query:
ALTER TABLE `bx_timeline_events` ADD `promoted` int(11) NOT NULL default '0';
-
I get a SQL error running that command:
SQL Error [1064] [42000]: (conn=1740) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ALTER TABLE `bx_timeline_events` ADD `promoted` int(11) NOT NULL default '0'' at line 1
-
table 'bx_timeline_events' already has the row 'promoted' which is apparently populated by a 0 by default or 10 digits such as "1681045440".
Is the field supposed to have 11 digits or just 'allow' 11 digits? Do you still recommend this fix?
-