Skip to content

Commit

Permalink
Merge pull request #3437 from Ginger-Automation/Enhancement/DeleteLoc…
Browse files Browse the repository at this point in the history
…alData

Changed Default value of "Delete Local Data" to "Yes"
  • Loading branch information
manas-droid committed Jan 11, 2024
2 parents cc7a6fa + 58f3e11 commit ae9627f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public ePublishToCentralDB PublishLogToCentralDB
}
}

private eDeleteLocalDataOnPublish mDeleteLocalDataOnPublish = eDeleteLocalDataOnPublish.No;
private eDeleteLocalDataOnPublish mDeleteLocalDataOnPublish = eDeleteLocalDataOnPublish.Yes;

[IsSerializedForLocalRepository]
public eDeleteLocalDataOnPublish DeleteLocalDataOnPublish
Expand Down

0 comments on commit ae9627f

Please sign in to comment.