1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
-- Recreate OrganizationView so that it includes the UseScim column |
||||
IF OBJECT_ID('[dbo].[OrganizationView]') IS NOT NULL |
||||
BEGIN |
||||
DROP VIEW [dbo].[OrganizationView] |
||||
END |
||||
GO |
||||
|
||||
CREATE VIEW [dbo].[OrganizationView] |
||||
AS |
||||
SELECT |
||||
* |
||||
FROM |
||||
[dbo].[Organization] |
||||
Loading…
Reference in new issue