From 584d4c36dfb9111ed7e2ea68c6e80e9b26a664ff Mon Sep 17 00:00:00 2001 From: Neil Pankey Date: Thu, 2 Jul 2020 14:50:13 -0700 Subject: [PATCH] Fix footnote link --- Photos-version-5-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Photos-version-5-database.md b/Photos-version-5-database.md index 4441da1..93f75a1 100644 --- a/Photos-version-5-database.md +++ b/Photos-version-5-database.md @@ -20,4 +20,4 @@ The primary tables of concern are: |ZUNIFORMTYPEIDENTIFIER|Used to determine the UTI (file type) for photos in the library| --- -1: This may actually be a dynamically named table of the from `Z_##ASSETS` as suggested by [this post](https://www.forensicmike1.com/2019/05/02/ios-photos-sqlite-forensics/) which has it as `Z_23ASSETS`. Suspect that this may be derived from a type identifier since albums can have a "super class" and this would be a reference to the an album id. \ No newline at end of file +1: This may actually be a dynamically named table of the from `Z_##ASSETS` as suggested by [this post](https://www.forensicmike1.com/2019/05/02/ios-photos-sqlite-forensics/) which has it as `Z_23ASSETS`. Suspect that this may be derived from a type identifier since albums can have a "super class" and this would be a reference to the an album id. \ No newline at end of file