Project

General

Profile

Bug #80096

Updated by Thomas Hohn about 7 years ago

Currently the ConnectionMigrator install methods resets changedColumns if the flag 
 $createOnly is true. 

 However if indexes are added or change it must be ensured to that columns changes on the table 
 are executed before -  
 or the creation of indexes might fail with SQL errors due to 
 missing column updates.

Back