Last active
August 8, 2016 19:05
-
-
Save ornicar/82c9e5864f96f295a8ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongo lichess --eval 'db.f_categ.insert({ | |
"_id": "lichess-feedback", | |
"name": "Lichess Feedback", | |
"desc": "Bug reports, feature requests, suggestions", | |
"pos": 1, | |
"nbTopics": 0, | |
"nbPosts": 0, | |
"lastPostId": "00000000", | |
"nbTopicsTroll": 0, | |
"nbPostsTroll": 0, | |
"lastPostIdTroll": "00000000" | |
})' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment