diff --git a/Understanding-the-Photos-database.md b/Understanding-the-Photos-database.md index 47fdff6..3505b9b 100644 --- a/Understanding-the-Photos-database.md +++ b/Understanding-the-Photos-database.md @@ -10,10 +10,10 @@ In Photos 2.0 - 4.0, the database format is very similar between versions. Phot In Photos 2.0 - 4.0, the sqlite3 database is located in: - `~/Pictures/Photos Library.photoslibrary/database/photos.db` + ~/Pictures/Photos Library.photoslibrary/database/photos.db In Photos 5.0, this file also exists but contains only metadata data about the library itself (e.g. which version of Photos created the library) and the actual photo metadata is located in: - `~/Pictures/Photos Library.photoslibrary/database/Photos.sqlite` + ~/Pictures/Photos Library.photoslibrary/database/Photos.sqlite