Not Solved SQL Error: 1054 WHEN UPGRADING TO 1811
#2
Not Solved
you can try below SQL query to manually add missing column & then run the upgrade process again ..
ALTER TABLE `mybb_attachtypes` ADD COLUMN `enabled` tinyint(1) NOT NULL default '1' ;
see also common sql queries guidance
Reply


Messages In This Thread
RE: SQL Error: 1054 WHEN UPGRADING TO 1811 - by .m. - 2017-04-18, 04:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)