Skip to content

AdrienVannson/CG-Ranking

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CG Ranking

CG-Ranking is an online tool displaying the evolution of players' ranking on CodinGame.

To clear the database, run the following SQL command:

DELETE cgranking_ranks
FROM cgranking_ranks
JOIN cgranking_games ON cgranking_games.id = cgranking_ranks.game
WHERE cgranking_games.isWatched
  AND cgranking_ranks.date < DATE "2019-01-01";

About

CG-Ranking is an online tool displaying the evolution of players' ranking on CodinGame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published