diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-12-19 00:01:29 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2021-12-19 14:12:31 -0500 |
| commit | 32fb169d4c8f5065e43b1351cc3a5b4a3d528588 (patch) | |
| tree | dfb5d8b061993386403b4e95d7bd5e77767d39bd /src/ext/Util/ca/TouchFile.cpp | |
| parent | 7d0391599aa451f774e2db76528df266abedb004 (diff) | |
| download | wix-32fb169d4c8f5065e43b1351cc3a5b4a3d528588.tar.gz wix-32fb169d4c8f5065e43b1351cc3a5b4a3d528588.tar.bz2 wix-32fb169d4c8f5065e43b1351cc3a5b4a3d528588.zip | |
Consistent-ify primary key column names.
Diffstat (limited to 'src/ext/Util/ca/TouchFile.cpp')
| -rw-r--r-- | src/ext/Util/ca/TouchFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/ca/TouchFile.cpp b/src/ext/Util/ca/TouchFile.cpp index 3634f2c2..8f604b03 100644 --- a/src/ext/Util/ca/TouchFile.cpp +++ b/src/ext/Util/ca/TouchFile.cpp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include "precomp.h" | 3 | #include "precomp.h" |
| 4 | 4 | ||
| 5 | LPCWSTR vcsTouchFileQuery = L"SELECT `Wix4TouchFile`, `Component_`, `Path`, `Attributes` FROM `Wix4TouchFile`"; | 5 | LPCWSTR vcsTouchFileQuery = L"SELECT `TouchFile`, `Component_`, `Path`, `Attributes` FROM `Wix4TouchFile`"; |
| 6 | enum TOUCH_FILE_QUERY { tfqId = 1, tfqComponent, tfqPath, tfqTouchFileAttributes }; | 6 | enum TOUCH_FILE_QUERY { tfqId = 1, tfqComponent, tfqPath, tfqTouchFileAttributes }; |
| 7 | 7 | ||
| 8 | enum TOUCH_FILE_ATTRIBUTE | 8 | enum TOUCH_FILE_ATTRIBUTE |
