mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00: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
|