docs: fix typos in DatabaseSchema.md

This commit is contained in:
Tristan 2024-06-24 03:14:05 +02:00
parent 10e37824d8
commit 8b5e69f36f

View file

@ -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 |