diff --git a/src/calibre/library/database2.py b/src/calibre/library/database2.py index d3475ffa75..555d91b7df 100644 --- a/src/calibre/library/database2.py +++ b/src/calibre/library/database2.py @@ -235,6 +235,7 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns): defs['gui_restriction'] = defs['cs_restriction'] = '' defs['categories_using_hierarchy'] = [] defs['column_color_rules'] = [] + defs['grouped_search_make_user_categories'] = [] # Migrate the bool tristate tweak defs['bools_are_tristate'] = \