You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Operations to be performed during the downgrade process.
41
+
/// </summary>
42
+
publicoverridevoidDown()
43
+
{
44
+
45
+
}
46
+
47
+
#region NA: Rename original Default to "Legacy (Original)"
48
+
49
+
privatevoidUpdateMobileCommunicationView()
50
+
{
51
+
// Update original "Default" Template for the Mobile Communication View to be called "Legacy (Original)"
52
+
// because there is already a newer Template called "Legacy" and the newest "Default".
53
+
Sql("UPDATE [DefinedValue] SET [Value] = 'Legacy (Original)' WHERE [Guid] = '39B8B16D-D213-46FD-9B8F-710453806193'");
54
+
}
55
+
56
+
#endregion
57
+
58
+
#region NA: Migration to Add EDIT/ADMINISTRATE Auth to the "RSR - Event Registration Administration" group on all top-level RegistrationTemplate categories
0 commit comments