Skip to content

Commit

Permalink
Merge pull request #11 from RichInSQL/Dev
Browse files Browse the repository at this point in the history
Update Installation.sql
  • Loading branch information
rich-howell authored May 2, 2022
2 parents c7633c2 + 35d4f49 commit bcd346d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Installation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,9 @@ VALUES
(7, N'[App].[usp_SysAdminInventory_CALC_Master]', NULL, 7, N'1|1|1|1|1|1|1', 1),
(8, N'[App].[usp_ApplicationCleanup]', NULL, 8, N'1|1|1|1|1|1|1', 1),
(9, N'[App].[usp_Cleanup_Job_History]', NULL, 9, N'1|1|1|1|1|1|1', 1),
(10,'[App].[usp_DatabaseInventory_CALC_Master]',NULL,10,'1|1|1|1|1|1|1',1),
(11,'[App].[usp_DatabaseInventory_CALC_Master]',NULL,11,'1|1|1|1|1|1|1',1)
(10,'[App].[usp_BackupInventory_CALC_Master]',NULL,10,'1|1|1|1|1|1|1',1),
(11,'[App].[usp_SysConfigurations_CALC_Master]',NULL,11,'1|1|1|1|1|1|1',1),
(12,'[App].[usp_TraceFlagInventory_CALC_Master]',NULL,12,'1|1|1|1|1|1|1',1)

SET IDENTITY_INSERT [Config].[Inventory] OFF

Expand Down

0 comments on commit bcd346d

Please sign in to comment.