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
Copy file name to clipboardExpand all lines: Dnn.CommunityForums/sql/10.00.00.SqlDataProvider
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,36 @@ IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'{databaseOwn
149
149
DROP PROCEDURE {databaseOwner}[{objectQualifier}activeforums_UserProfiles_Members]
150
150
GO
151
151
152
+
/*activeforums_UserProfiles_UpdateActivity*/
153
+
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'{databaseOwner}[{objectQualifier}activeforums_UserProfiles_UpdateActivity]') AND type in (N'P', N'PC'))
154
+
DROP PROCEDURE {databaseOwner}[{objectQualifier}activeforums_UserProfiles_UpdateActivity]
0 commit comments