Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flugsio/13641daab117aa0dfa402a3a319b2290 to your computer and use it in GitHub Desktop.
Save flugsio/13641daab117aa0dfa402a3a319b2290 to your computer and use it in GitHub Desktop.
mongo lichess --eval 'db.f_categ.insert({
"_id": "lichess-feedback",
"name": "Lichess Feedback",
"desc": "Bug reports, feature requests, suggestions",
"pos": NumberInt(1),
"nbTopics": NumberInt(0),
"nbPosts": NumberInt(0),
"lastPostId": "00000000",
"nbTopicsTroll": NumberInt(0),
"nbPostsTroll": NumberInt(0),
"lastPostIdTroll": "00000000"
})'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment