mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
6 lines
127 B
Transact-SQL
6 lines
127 B
Transact-SQL
IF OBJECT_ID('[dbo].[OrganizationView]') IS NOT NULL
|
|
BEGIN
|
|
EXECUTE sp_refreshsqlmodule N'[dbo].[OrganizationView]';
|
|
END
|
|
GO
|