Skip to content

Commit

Permalink
Refresh OrganizationView (#2883)
Browse files Browse the repository at this point in the history
(cherry picked from commit e290457)
  • Loading branch information
eliykat authored and r-tome committed Apr 26, 2023
1 parent dfd5c73 commit da84378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions util/Migrator/DbScripts/2023-04-26_00_FixOrganizationView.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
IF OBJECT_ID('[dbo].[OrganizationView]') IS NOT NULL
BEGIN
EXECUTE sp_refreshsqlmodule N'[dbo].[OrganizationView]';
END
GO

0 comments on commit da84378

Please sign in to comment.