diff --git a/docs/upgrades/upgrade_5.2.5-5.3.0.sql b/docs/upgrades/upgrade_5.2.5-5.3.0.sql index 105feea27..9a2900582 100644 --- a/docs/upgrades/upgrade_5.2.5-5.3.0.sql +++ b/docs/upgrades/upgrade_5.2.5-5.3.0.sql @@ -459,6 +459,6 @@ INSERT INTO template VALUES (2,'Default Email','\n\n\n

\n\n\n\n \n \n\n\n
\n

\n\">','DataForm'); alter table groups add column scratchFilter text; insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (945,1,'WebGUI','Scratch Filter', 1052560369,'There is a type of session variable called a "scratch" variable. So a scratch filter allows you to add someone to a group based upon a scratch variable.'); - +update userProfileField set dataType='selectList' where dataType='select';