This commit is contained in:
Ajay 2022-05-10 14:06:26 -04:00
commit bcb9e33a01

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 | |
@ -204,13 +193,15 @@
# Private
[vote](#vote)
[votes](#votes)
[categoryVotes](#categoryVotes)
[sponsorTimes](#sponsorTimes)
[config](#config)
[tempVipLog](#tempVipLog)
[ratings](#ratings)
[tempVipLog](#tempVipLog)
[userNameLogs](#userNameLogs)
### vote
### votes
| Name | Type | |
| -- | :--: | -- |
@ -279,4 +270,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 |