diff options
Diffstat (limited to 'backend/data/enwiki')
| -rw-r--r-- | backend/data/enwiki/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/data/enwiki/README.md b/backend/data/enwiki/README.md index 22af5ba..6462d7d 100644 --- a/backend/data/enwiki/README.md +++ b/backend/data/enwiki/README.md @@ -34,5 +34,6 @@ Generated Files file and dumpIndex.db. <br> Tables: <br> - page\_imgs: page\_id INT PRIMAY KEY, img\_name TEXT + (img\_name may be null, which is used to avoid re-processing the page-id on a second pass) - imgs: name TEXT PRIMARY KEY, license TEXT, artist TEXT, credit TEXT, restrictions TEXT, url TEXT (might lack some matches for 'img_name' in 'page_imgs', due to inability to get license info) |
