From cd611fc89535357b227dbc21727534c6275a27f0 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 19 Jun 2022 17:04:40 +1000 Subject: Add code/file for adding manually-picked alt-names --- backend/data/enwiki/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/data/enwiki') 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.
Tables:
- 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) -- cgit v1.2.3