File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,7 @@ WHERE usf_fn.usf_name_intern = 'FIRST_NAME' AND usf_ln.usf_name_intern = 'LAST_N
509509 ADD CONSTRAINT %PREFIX%_fk_ini_usr_change FOREIGN KEY (ini_usr_id_change) REFERENCES %PREFIX%_users (usr_id) ON DELETE SET NULL ON UPDATE RESTRICT;</step >
510510 <step id =" 1670" >UpdateStepsCode::updateStep50AddInventoryFields</step >
511511 <step id =" 1680" >UPDATE %PREFIX%_texts SET txt_name = 'SYSMAIL_LOGIN_INFORMATION' WHERE txt_name = 'SYSMAIL_NEW_PASSWORD'</step >
512+ <step id =" 1685" >UPDATE %PREFIX%_preferences SET prf_value = '' WHERE prf_value IS NULL</step >
512513 <step id =" 1690" database =" mysql" >ALTER TABLE %PREFIX%_preferences MODIFY COLUMN prf_value varchar(255) NOT NULL</step >
513514 <step id =" 1700" database =" pgsql" >ALTER TABLE %PREFIX%_preferences ALTER COLUMN prf_value SET NOT NULL</step >
514515 <step >stop</step >
You can’t perform that action at this time.
0 commit comments