Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
osm-leaderboard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sripath Roy Koganti
osm-leaderboard
Commits
89a5bfa5
Commit
89a5bfa5
authored
Nov 12, 2017
by
pras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sql file and requirements
parent
1a53c13f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
leaderboard.sql
leaderboard.sql
+4
-0
requirements.txt
requirements.txt
+2
-0
No files found.
leaderboard.sql
0 → 100644
View file @
89a5bfa5
PRAGMA
foreign_keys
=
OFF
;
BEGIN
TRANSACTION
;
CREATE
TABLE
leaderboard
(
display_name
TEXT
,
user_email
TEXT
UNIQUE
,
osm_user_id
TEXT
default
null
,
current_score
INT
default
0
,
last_update
TEXT
,
mr_cid
TEXT
default
'0'
);
COMMIT
;
requirements.txt
0 → 100644
View file @
89a5bfa5
aiohttp
==2.3.2
Flask
==0.12.2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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