From edb74c671887a924b694c2c2011d9f5ecd259f2e Mon Sep 17 00:00:00 2001 From: aiste-kalinauskaite <42062835+aiste-kalinauskaite@users.noreply.github.com> Date: Mon, 30 Dec 2019 11:10:10 +0000 Subject: [PATCH] 1.1.0 updates --- SQL Scripts/2. Populate reference tables.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SQL Scripts/2. Populate reference tables.sql b/SQL Scripts/2. Populate reference tables.sql index b7d1418..bddbdaa 100644 --- a/SQL Scripts/2. Populate reference tables.sql +++ b/SQL Scripts/2. Populate reference tables.sql @@ -4836,6 +4836,8 @@ INSERT [dbo].[xLimitType] ([Code], [CodeDescription], [Notes]) VALUES (1, N'% of GO INSERT [dbo].[xLimitType] ([Code], [CodeDescription], [Notes]) VALUES (2, N'% of TIV', N'Values <= 1 only') GO +INSERT [dbo].[xLimitType] ([Code], [CodeDescription], [Notes]) VALUES (3, N'% of Limit', N'Values <= 1 only; used for step policies only in PayoutType field') +GO INSERT [dbo].[xMechanicalEquipmentSide] ([Code], [CodeDescription]) VALUES (0, N'Unknown') GO INSERT [dbo].[xMechanicalEquipmentSide] ([Code], [CodeDescription]) VALUES (1, N'Vulnerable') @@ -4864,7 +4866,7 @@ INSERT [dbo].[xOccupancy] ([Code], [OccupancyName], [OccupancyDescription], [Cod GO INSERT [dbo].[xOccupancy] ([Code], [OccupancyName], [OccupancyDescription], [CodeRange], [CategoryName], [AIRcode]) VALUES (1055, N'Residential, Apartment/Condo', N'Attached, multi-unit housing usually occupied by one family per unit.', N'1050 - 1099', N'Residential', N'306') GO -INSERT [dbo].[xOccupancy] ([Code], [OccupancyName], [OccupancyDescription], [CodeRange], [CategoryName], [AIRcode]) VALUES (1056, N'Residential, Terraced Housing', N'Attached residential unit. Commonly found in Europe, e.g., United Kingdom.', N'1050 - 1099', N'Residential', N'307') +INSERT [dbo].[xOccupancy] ([Code], [OccupancyName], [OccupancyDescription], [CodeRange], [CategoryName], [AIRcode]) VALUES (1056, N'Residential, Terraced Housing', N'Attached residential unit. Also referred to as townhouses, row houses, row homes, or brownstones. Usually more than one story and built close to the street.', N'1050 - 1099', N'Residential', N'307') GO INSERT [dbo].[xOccupancy] ([Code], [OccupancyName], [OccupancyDescription], [CodeRange], [CategoryName], [AIRcode]) VALUES (1100, N'Commercial, General commercial', N'General Commercial is a composite of all other Commercial Occupancies. You can select this occupancy class code if you have no specific information about the risk.', N'1100 - 1149', N'Commercial', N'311') GO