Pending

User tests: Successful: Unsuccessful:

avatar alex7r
alex7r
23 May 2016

Pull Request for Issue "Custom DB fix".

ALTER TABLE #__quiz_r_student_hotspot CHANGE c_select_x c_select_x int(11) unsigned NOT NULL DEFAULT "0";

Summary of Changes

Fixing DB check always show errors.

Testing Instructions

Before:
check provided SQL with SchemaChangesetItem - it gives error, as column is 'int(11) unsigned' and it tries to check for 'int(11)'
After:
check Query looking for 'int(11) unsigned'

avatar alex7r alex7r - open - 23 May 2016
avatar alex7r alex7r - close - 23 May 2016
avatar alex7r alex7r - head_ref_deleted - 23 May 2016
avatar alex7r alex7r - head_ref_restored - 23 May 2016

Add a Comment

Login with GitHub to post a comment