Merge pull request #88 from ChuckPa/chuckpa/Prevent-Negative-Watch-Counts

DBRepair:   Prevent negative watch counts
This commit is contained in:
Chuck
2023-07-30 00:48:29 -04:00
committed by GitHub

View File

@@ -9,6 +9,11 @@
# Release Info:
v1.0.10
- Correct bug when importing watch lists. Negative watch counts could occur.
This release corrects the issue.
v1.0.9
- When recovering a damaged database, it is sometimes necessary to ignore constraint errors resulting from damaged indexes.