Updates are repeatedly failing, whether they are automatic updates or manually loaded.
JInstaller: :Install: Error SQL Unknown column 'admission_deadline' in '#__splms_courses'
Extension Update: SQL error processing query: DB function failed with error number 1054
Unknown column 'admission_deadline' in '#__splms_courses'
SQL =
ALTER TABLE `#__splms_courses` CHANGE `admission_deadline` `admission_deadline` datetime NOT NULL DEFAULT '0000-00-00 00:00:00';
Any suggestions?