An open API service indexing awesome lists of open source software.

https://github.com/lefred/cardsagainstmysqlcommunity-cards

White & Black cards for Cards Against MySQL Community
https://github.com/lefred/cardsagainstmysqlcommunity-cards

Last synced: 5 months ago
JSON representation

White & Black cards for Cards Against MySQL Community

Awesome Lists containing this project

README

          

# Cards Against MySQL Community

How to dump your cards:

```
$ mysqldump cards whiteCards --set-gtid-purged=OFF --skip-extended-insert > whiteCards.sql
$ mysqldump cards blackCards --set-gtid-purged=OFF --skip-extended-insert > blackCards.sql
$ sed -i 's/([[:digit:]]\+,/(0,/' whiteCards.sql
$ sed -i 's/` VAL/` (text, createdAt, updatedAt, deckId) VAL/' whiteCards.sql
$ sed -i 's/UES (0,/UES (/' whiteCards.sql
$ sed -i 's/([[:digit:]]\+,/(0,/' blackCards.sql
$ sed -i 's/` VAL/` (text, pick, createdAt, updatedAt, deckId) VAL/' blackCards.sql
$ sed -i 's/UES (0,/UES (/' blackCards.sql
```

![selection_446](https://user-images.githubusercontent.com/609675/34767131-a4df4c58-f5f7-11e7-8a5d-099a8d497c6e.png)