mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 20:17:02 +03:00
Move username logs to private
This commit is contained in:
committed by
GitHub
parent
60a3c017e5
commit
4bbaf11502
@@ -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 | |
|
||||||
@@ -209,6 +198,7 @@
|
|||||||
[sponsorTimes](#sponsorTimes)
|
[sponsorTimes](#sponsorTimes)
|
||||||
[config](#config)
|
[config](#config)
|
||||||
[tempVipLog](#tempVipLog)
|
[tempVipLog](#tempVipLog)
|
||||||
|
[userNameLogs](#userNameLogs)
|
||||||
|
|
||||||
### vote
|
### vote
|
||||||
|
|
||||||
@@ -280,3 +270,13 @@
|
|||||||
| 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