Skip to content

Commit 4422104

Browse files
docs: format lists
1 parent 4ad5534 commit 4422104

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

DatabaseSchema.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# SponsorTimesDB
22

3-
[vipUsers](#vipUsers)
4-
[sponsorTimes](#sponsorTimes)
5-
[userNames](#userNames)
6-
[categoryVotes](#categoryVotes)
7-
[lockCategories](#lockCategories)
8-
[warnings](#warnings)
9-
[shadowBannedUsers](#shadowBannedUsers)
10-
[unlistedVideos](#unlistedVideos)
11-
[config](#config)
12-
[archivedSponsorTimes](#archivedSponsorTimes)
3+
- [vipUsers](#vipusers)
4+
- [sponsorTimes](#sponsortimes)
5+
- [userNames](#usernames)
6+
- [categoryVotes](#categoryvotes)
7+
- [lockCategories](#lockcategories)
8+
- [warnings](#warnings)
9+
- [shadowBannedUsers](#shadowbannedusers)
10+
- [videoInfo](#videoinfo)
11+
- [unlistedVideos](#unlistedvideos)
12+
- [config](#config)
13+
- [archivedSponsorTimes](#archivedsponsortimes)
14+
- [ratings](#ratings)
1315

1416
### vipUsers
1517
| Name | Type | |
@@ -192,13 +194,13 @@
192194

193195
# Private
194196

195-
[votes](#votes)
196-
[categoryVotes](#categoryVotes)
197-
[sponsorTimes](#sponsorTimes)
198-
[config](#config)
199-
[ratings](#ratings)
200-
[tempVipLog](#tempVipLog)
201-
[userNameLogs](#userNameLogs)
197+
- [votes](#votes)
198+
- [categoryVotes](#categoryVotes)
199+
- [sponsorTimes](#sponsorTimes)
200+
- [config](#config)
201+
- [ratings](#ratings)
202+
- [tempVipLog](#tempVipLog)
203+
- [userNameLogs](#userNameLogs)
202204

203205
### votes
204206

@@ -280,4 +282,4 @@
280282
| newUserName | TEXT | not null |
281283
| oldUserName | TEXT | not null |
282284
| updatedByAdmin | BOOLEAN | not null |
283-
| updatedAt | INTEGER | not null |
285+
| updatedAt | INTEGER | not null |

0 commit comments

Comments
 (0)