mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-27 01:48:33 +03:00
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
[vipUsers](#vipUsers)
|
[vipUsers](#vipUsers)
|
||||||
[sponsorTimes](#sponsorTimes)
|
[sponsorTimes](#sponsorTimes)
|
||||||
[userNames](#userNames)
|
[userNames](#userNames)
|
||||||
[userNameLogs](#userNameLogs)
|
|
||||||
[categoryVotes](#categoryVotes)
|
[categoryVotes](#categoryVotes)
|
||||||
[lockCategories](#lockCategories)
|
[lockCategories](#lockCategories)
|
||||||
[warnings](#warnings)
|
[warnings](#warnings)
|
||||||
@@ -66,16 +65,6 @@
|
|||||||
| -- | :--: |
|
| -- | :--: |
|
||||||
| userNames_userID | userID |
|
| userNames_userID | userID |
|
||||||
|
|
||||||
### userNameLogs
|
|
||||||
|
|
||||||
| Name | Type | |
|
|
||||||
| -- | :--: | -- |
|
|
||||||
| userID | TEXT | not null |
|
|
||||||
| newUserName | TEXT | not null |
|
|
||||||
| oldUserName | TEXT | not null |
|
|
||||||
| updatedByAdmin | BOOLEAN | not null |
|
|
||||||
| updatedAt | INTEGER | not null |
|
|
||||||
|
|
||||||
### categoryVotes
|
### categoryVotes
|
||||||
|
|
||||||
| Name | Type | |
|
| Name | Type | |
|
||||||
@@ -204,13 +193,15 @@
|
|||||||
|
|
||||||
# Private
|
# Private
|
||||||
|
|
||||||
[vote](#vote)
|
[votes](#votes)
|
||||||
[categoryVotes](#categoryVotes)
|
[categoryVotes](#categoryVotes)
|
||||||
[sponsorTimes](#sponsorTimes)
|
[sponsorTimes](#sponsorTimes)
|
||||||
[config](#config)
|
[config](#config)
|
||||||
[tempVipLog](#tempVipLog)
|
[ratings](#ratings)
|
||||||
|
[tempVipLog](#tempVipLog)
|
||||||
|
[userNameLogs](#userNameLogs)
|
||||||
|
|
||||||
### vote
|
### votes
|
||||||
|
|
||||||
| Name | Type | |
|
| Name | Type | |
|
||||||
| -- | :--: | -- |
|
| -- | :--: | -- |
|
||||||
@@ -279,4 +270,14 @@
|
|||||||
| issuerUserID | TEXT | not null |
|
| issuerUserID | TEXT | not null |
|
||||||
| targetUserID | TEXT | not null |
|
| targetUserID | TEXT | not null |
|
||||||
| enabled | BOOLEAN | not null |
|
| enabled | BOOLEAN | not null |
|
||||||
| updatedAt | INTEGER | not null |
|
| updatedAt | INTEGER | not null |
|
||||||
|
|
||||||
|
### userNameLogs
|
||||||
|
|
||||||
|
| Name | Type | |
|
||||||
|
| -- | :--: | -- |
|
||||||
|
| userID | TEXT | not null |
|
||||||
|
| newUserName | TEXT | not null |
|
||||||
|
| oldUserName | TEXT | not null |
|
||||||
|
| updatedByAdmin | BOOLEAN | not null |
|
||||||
|
| updatedAt | INTEGER | not null |
|
||||||
|
|||||||
Reference in New Issue
Block a user