* src/GrampsBSDDB.py: add repair_secondary task to rebuild

secondary indices
* src/GrampsDbBase.py: add repair_secondary task
* src/plugins/Check.py: move to "Repair Database" category
* src/plugins/Rebuild.py: new plugin to repair secondary indices


svn: r4918
This commit is contained in:
Don Allingham
2005-07-12 04:08:37 +00:00
parent 051eaecfc3
commit 916a73ad0c
5 changed files with 195 additions and 1 deletions

View File

@@ -191,6 +191,9 @@ class GrampsDbBase(GrampsDBCallback.GrampsDBCallback):
self.place2title = {}
self.name_group = {}
def rebuild_secondary(self):
pass
def version_supported(self):
""" Returns True when the file has a supported version"""
return True