diff --git a/src/calibre/db/__init__.py b/src/calibre/db/__init__.py index cde01b5f01..5d12bdc686 100644 --- a/src/calibre/db/__init__.py +++ b/src/calibre/db/__init__.py @@ -66,4 +66,6 @@ Various things that require other things before they can be migrated: functionality. 2. Catching DatabaseException and sqlite.Error when creating new libraries/switching/on calibre startup. + 3. From refresh in the legacy interface: Rember to flush the composite + column template cache. '''