cygnal/src/api
Phyks (Lucas Verney) 9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00
..
index.js Clicking on a report now shows more infos and let users dismiss it 2018-07-06 15:39:35 +02:00