Skip to content

Commit

Permalink
Fix cs_data_processor generation of historical sql files for postgresql.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jun 1, 2024
1 parent dfeb485 commit 5fed262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cs_data_processor/cs_data_processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ const pipeline = [
if ('historianPeriod' in change.fullDocument) {
if (
change.fullDocument.historianPeriod < 0 ||
!change.updateDescription.updatedFields.sourceDataUpdate
change.updateDescription.updatedFields.sourceDataUpdate
?.isNotForHistorical
) {
insertIntoHistorian = false
Expand Down

0 comments on commit 5fed262

Please sign in to comment.