Skip to content

Commit 3dadadb

Browse files
committed
Added missing consts
1 parent 837d562 commit 3dadadb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/PMapper/Validator/BoldDbDataValidator.pas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ implementation
6666
BoldMath;
6767

6868
const
69+
Field_BOLD_ID = 'BOLD_ID';
70+
Field_BOLD_TYPE = 'BOLD_TYPE';
71+
6972
ExistenceInParentTest: String =
7073
'SELECT OWN.BOLD_ID, OWN.BOLD_TYPE ' + BOLDCRLF +
7174
'FROM %s OWN ' + BOLDCRLF +

0 commit comments

Comments
 (0)