[tor-commits] [gettor/master] Update to add links to db script

hiro at torproject.org hiro at torproject.org
Wed May 22 15:56:47 UTC 2019


commit a63fd0f05972e590d67f09a499d02882462f37a2
Author: hiro <hiro at torproject.org>
Date:   Wed May 22 17:56:44 2019 +0200

    Update to add links to db script
---
 scripts/add_lins_to_db | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/add_lins_to_db b/scripts/add_lins_to_db
index ba0ce67..c06153f 100755
--- a/scripts/add_lins_to_db
+++ b/scripts/add_lins_to_db
@@ -94,7 +94,7 @@ def main():
           """
           c.execute("DROP TABLE IF EXISTS links")
           c.execute(
-              "CREATE TABLE links(link TEXT, platform TEXT, arch TEXT,"
+              "CREATE TABLE links(link TEXT, platform TEXT, language TEXT, arch TEXT,"
               " version TEXT, provider TEXT, status TEXT)"
           )
           for k in keys:



More information about the tor-commits mailing list