Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
a63fd0f0
Commit
a63fd0f0
authored
May 22, 2019
by
Hiro
🏄
Browse files
Update to add links to db script
parent
9a1dfc44
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/add_lins_to_db
View file @
a63fd0f0
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment