Move username logs to private

This commit is contained in:
Ajay Ramachandran
2022-05-10 13:50:41 -04:00
committed by GitHub
parent 60a3c017e5
commit 4bbaf11502

View File

@@ -3,7 +3,6 @@
[vipUsers](#vipUsers)
[sponsorTimes](#sponsorTimes)
[userNames](#userNames)
[userNameLogs](#userNameLogs)
[categoryVotes](#categoryVotes)
[lockCategories](#lockCategories)
[warnings](#warnings)
@@ -66,16 +65,6 @@
| -- | :--: |
| 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
| Name | Type | |
@@ -209,6 +198,7 @@
[sponsorTimes](#sponsorTimes)
[config](#config)
[tempVipLog](#tempVipLog)
[userNameLogs](#userNameLogs)
### vote
@@ -279,4 +269,14 @@
| issuerUserID | TEXT | not null |
| targetUserID | TEXT | 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 |