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) [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 |