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
commit 4f96b69f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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