mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
add addUserAsTempVIP
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
[categoryVotes](#categoryVotes)
|
||||
[sponsorTimes](#sponsorTimes)
|
||||
[config](#config)
|
||||
[tempVipLog](#tempVipLog)
|
||||
|
||||
### vote
|
||||
|
||||
@@ -270,3 +271,11 @@
|
||||
| index | field |
|
||||
| -- | :--: |
|
||||
| ratings_videoID | videoID, service, userID, timeSubmitted |
|
||||
|
||||
### tempVipLog
|
||||
| Name | Type | |
|
||||
| -- | :--: | -- |
|
||||
| issuerUserID | TEXT | not null |
|
||||
| targetUserID | TEXT | not null |
|
||||
| enabled | BOOLEAN | not null |
|
||||
| updatedAt | INTEGER | not null |
|
||||
Reference in New Issue
Block a user