diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs index e671f6a1..0699199b 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs | |||
| @@ -271,7 +271,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 271 | } | 271 | } |
| 272 | } | 272 | } |
| 273 | 273 | ||
| 274 | var tableDefinition = new TableDefinition(tableName, columns, false, false); | 274 | var tableDefinition = new TableDefinition(tableName, columns, false); |
| 275 | 275 | ||
| 276 | // use our table definitions if core properties are the same; this allows us to take advantage | 276 | // use our table definitions if core properties are the same; this allows us to take advantage |
| 277 | // of wix concepts like localizable columns which current code assumes | 277 | // of wix concepts like localizable columns which current code assumes |
