Add malicious vote type for chapters

This commit is contained in:
Ajay
2022-07-04 16:18:58 -04:00
parent cc953884d9
commit f9de547b95
7 changed files with 70 additions and 15 deletions

View File

@@ -209,6 +209,7 @@
| userID | TEXT | not null |
| hashedIP | TEXT | not null |
| type | INTEGER | not null |
| originalVoteType | INTEGER | not null | # Since type was reused to also specify the number of votes removed when less than 0, this is being used for the actual type
| index | field |
| -- | :--: |