Skip to content

Commit bcb9e33

Browse files
committed
2 parents 72de520 + 3c34077 commit bcb9e33

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

DatabaseSchema.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[vipUsers](#vipUsers)
44
[sponsorTimes](#sponsorTimes)
55
[userNames](#userNames)
6-
[userNameLogs](#userNameLogs)
76
[categoryVotes](#categoryVotes)
87
[lockCategories](#lockCategories)
98
[warnings](#warnings)
@@ -66,16 +65,6 @@
6665
| -- | :--: |
6766
| userNames_userID | userID |
6867

69-
### userNameLogs
70-
71-
| Name | Type | |
72-
| -- | :--: | -- |
73-
| userID | TEXT | not null |
74-
| newUserName | TEXT | not null |
75-
| oldUserName | TEXT | not null |
76-
| updatedByAdmin | BOOLEAN | not null |
77-
| updatedAt | INTEGER | not null |
78-
7968
### categoryVotes
8069

8170
| Name | Type | |
@@ -204,13 +193,15 @@
204193

205194
# Private
206195

207-
[vote](#vote)
196+
[votes](#votes)
208197
[categoryVotes](#categoryVotes)
209198
[sponsorTimes](#sponsorTimes)
210199
[config](#config)
211-
[tempVipLog](#tempVipLog)
200+
[ratings](#ratings)
201+
[tempVipLog](#tempVipLog)
202+
[userNameLogs](#userNameLogs)
212203

213-
### vote
204+
### votes
214205

215206
| Name | Type | |
216207
| -- | :--: | -- |
@@ -279,4 +270,14 @@
279270
| issuerUserID | TEXT | not null |
280271
| targetUserID | TEXT | not null |
281272
| enabled | BOOLEAN | not null |
282-
| updatedAt | INTEGER | not null |
273+
| updatedAt | INTEGER | not null |
274+
275+
### userNameLogs
276+
277+
| Name | Type | |
278+
| -- | :--: | -- |
279+
| userID | TEXT | not null |
280+
| newUserName | TEXT | not null |
281+
| oldUserName | TEXT | not null |
282+
| updatedByAdmin | BOOLEAN | not null |
283+
| updatedAt | INTEGER | not null |

0 commit comments

Comments
 (0)