mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-11 10:26:25 +02:00
docs: fix typos in DatabaseSchema.md
This commit is contained in:
parent
10e37824d8
commit
8b5e69f36f
1 changed files with 3 additions and 4 deletions
|
@ -241,7 +241,7 @@
|
||||||
| title | TEXT | not null |
|
| title | TEXT | not null |
|
||||||
| original | INTEGER | default 0 |
|
| original | INTEGER | default 0 |
|
||||||
| userID | TEXT | not null
|
| userID | TEXT | not null
|
||||||
| service | TEXT not null |
|
| service | TEXT | not null |
|
||||||
| hashedVideoID | TEXT | not null |
|
| hashedVideoID | TEXT | not null |
|
||||||
| timeSubmitted | INTEGER | not null |
|
| timeSubmitted | INTEGER | not null |
|
||||||
| UUID | TEXT | not null, primary key
|
| UUID | TEXT | not null, primary key
|
||||||
|
@ -277,7 +277,6 @@
|
||||||
|
|
||||||
| Name | Type | |
|
| Name | Type | |
|
||||||
| -- | :--: | -- |
|
| -- | :--: | -- |
|
||||||
| UUID | TEXT | not null |
|
|
||||||
| original | INTEGER | default 0 |
|
| original | INTEGER | default 0 |
|
||||||
| userID | TEXT | not null |
|
| userID | TEXT | not null |
|
||||||
| service | TEXT | not null |
|
| service | TEXT | not null |
|
||||||
|
@ -305,8 +304,8 @@
|
||||||
|
|
||||||
### thumbnailVotes
|
### thumbnailVotes
|
||||||
|
|
||||||
| index | field |
|
| Name | Type | |
|
||||||
| -- | :--: |
|
| -- | :--: | -- |
|
||||||
| UUID | TEXT | not null, primary key |
|
| UUID | TEXT | not null, primary key |
|
||||||
| votes | INTEGER | not null, default 0 |
|
| votes | INTEGER | not null, default 0 |
|
||||||
| locked | INTEGER |not null, default 0 |
|
| locked | INTEGER |not null, default 0 |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue