Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 14, 2024
1 parent 682a3b1 commit 63daa0b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,19 @@ so there is no risk of damaging your data.
WARNING: Index DB Schema Change
===============================

v3.4.2 introduces a change to the index database schema in order to distinguish between
albums and shared albums. You will be required to rebuild your index database when
upgrading to this version or more recent.
3.2.4 introduces a change to the index database schema in order to distinguish between
private albums and shared albums. You will be required to rebuild your index
database when upgrading to this version or later.

Please use the command line option ``--flush-index`` to rebuild the index database.

This need only be done for the first invocation of the new version.

If you have not done so you will see the error message:
```
sqlite3.OperationalError: no such column: IsSharedAlbum
```


Warning: Google API Issues
==========================
Expand Down

0 comments on commit 63daa0b

Please sign in to comment.