File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 3
3
[ vipUsers] ( #vipUsers )
4
4
[ sponsorTimes] ( #sponsorTimes )
5
5
[ userNames] ( #userNames )
6
- [ userNameLogs] ( #userNameLogs )
7
6
[ categoryVotes] ( #categoryVotes )
8
7
[ lockCategories] ( #lockCategories )
9
8
[ warnings] ( #warnings )
66
65
| -- | :--: |
67
66
| userNames_userID | userID |
68
67
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
-
79
68
### categoryVotes
80
69
81
70
| Name | Type | |
204
193
205
194
# Private
206
195
207
- [ vote ] ( #vote )
196
+ [ votes ] ( #votes )
208
197
[ categoryVotes] ( #categoryVotes )
209
198
[ sponsorTimes] ( #sponsorTimes )
210
199
[ config] ( #config )
211
- [ tempVipLog] ( #tempVipLog )
200
+ [ ratings] ( #ratings )
201
+ [ tempVipLog] ( #tempVipLog )
202
+ [ userNameLogs] ( #userNameLogs )
212
203
213
- ### vote
204
+ ### votes
214
205
215
206
| Name | Type | |
216
207
| -- | :--: | -- |
279
270
| issuerUserID | TEXT | not null |
280
271
| targetUserID | TEXT | not null |
281
272
| 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 |
You can’t perform that action at this time.
0 commit comments