From fba81fb720a87075cb78077273b038130c380b8a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 13 Apr 2020 19:55:45 +1000 Subject: Update dependencies. --- src/wixext/FirewallTableDefinitions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wixext') diff --git a/src/wixext/FirewallTableDefinitions.cs b/src/wixext/FirewallTableDefinitions.cs index d6e469b8..4bae1ef0 100644 --- a/src/wixext/FirewallTableDefinitions.cs +++ b/src/wixext/FirewallTableDefinitions.cs @@ -8,6 +8,7 @@ namespace WixToolset.Firewall { public static readonly TableDefinition WixFirewallException = new TableDefinition( "WixFirewallException", + FirewallTupleDefinitions.WixFirewallException, new[] { new ColumnDefinition("WixFirewallException", ColumnType.String, 72, primaryKey: true, nullable: false, ColumnCategory.Identifier, description: "The primary key, a non-localized token.", modularizeType: ColumnModularizeType.Column), @@ -21,7 +22,6 @@ namespace WixToolset.Firewall new ColumnDefinition("Component_", ColumnType.String, 72, primaryKey: false, nullable: false, ColumnCategory.Identifier, keyTable: "Component", keyColumn: 1, description: "Foreign key into the Component table referencing component that controls the firewall configuration.", modularizeType: ColumnModularizeType.Column), new ColumnDefinition("Description", ColumnType.String, 255, primaryKey: false, nullable: true, ColumnCategory.Formatted, description: "Description displayed in Windows Firewall manager for this firewall rule."), }, - tupleDefinitionName: FirewallTupleDefinitions.WixFirewallException.Name, tupleIdIsPrimaryKey: true ); -- cgit v1.2.3-55-g6feb