From 35d4f492651d05e7b6bed42d9e5f9875b9a1a672 Mon Sep 17 00:00:00 2001 From: Rich In SQL Date: Mon, 2 May 2022 18:05:27 +0100 Subject: [PATCH] Update Installation.sql Configuration table missing some values on installation, this resolves #10 --- Installation.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation.sql b/Installation.sql index 38b37a1..eb00ad9 100644 --- a/Installation.sql +++ b/Installation.sql @@ -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