Skip to content

Commit

Permalink
LPD-23799 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 24, 2024
1 parent 5ce144c commit c73fc2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected void doUpgrade() throws Exception {
"ObjectField.objectDefinitionId where ",
"ObjectDefinition.status = ",
WorkflowConstants.STATUS_APPROVED,
" and ObjectField.businessType ='",
" and ObjectField.businessType = '",
ObjectFieldConstants.BUSINESS_TYPE_PICKLIST, "'")));
ResultSet resultSet = preparedStatement.executeQuery()) {

Expand Down

0 comments on commit c73fc2a

Please sign in to comment.