diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-19 17:04:40 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-19 17:04:40 +1000 |
| commit | cd611fc89535357b227dbc21727534c6275a27f0 (patch) | |
| tree | 925c68a3e35b229d4f77ad198a205ad5ba9a4b37 /backend/data/enwiki/README.md | |
| parent | abf0bb37f633a7c509fd8ae78628ff1e8bc97854 (diff) | |
Add code/file for adding manually-picked alt-names
Diffstat (limited to 'backend/data/enwiki/README.md')
| -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) |
