mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-09 16:52:13 +01:00
Merge pull request #586 from TristanWasTaken/db-schema
docs: fix typos in DatabaseSchema.md
This commit is contained in:
commit
9427bf4f3d
1 changed files with 3 additions and 4 deletions
|
@ -241,7 +241,7 @@
|
|||
| title | TEXT | not null |
|
||||
| original | INTEGER | default 0 |
|
||||
| userID | TEXT | not null
|
||||
| service | TEXT not null |
|
||||
| service | TEXT | not null |
|
||||
| hashedVideoID | TEXT | not null |
|
||||
| timeSubmitted | INTEGER | not null |
|
||||
| UUID | TEXT | not null, primary key
|
||||
|
@ -277,7 +277,6 @@
|
|||
|
||||
| Name | Type | |
|
||||
| -- | :--: | -- |
|
||||
| UUID | TEXT | not null |
|
||||
| original | INTEGER | default 0 |
|
||||
| userID | TEXT | not null |
|
||||
| service | TEXT | not null |
|
||||
|
@ -305,8 +304,8 @@
|
|||
|
||||
### thumbnailVotes
|
||||
|
||||
| index | field |
|
||||
| -- | :--: |
|
||||
| Name | Type | |
|
||||
| -- | :--: | -- |
|
||||
| UUID | TEXT | not null, primary key |
|
||||
| votes | INTEGER | not null, default 0 |
|
||||
| locked | INTEGER |not null, default 0 |
|
||||
|
|
Loading…
Reference in a new issue