* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user