mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 03:57:06 +03:00
fix typos, add upgrade_18
This commit is contained in:
@@ -28,17 +28,17 @@
|
|||||||
| startTime | REAL | not null |
|
| startTime | REAL | not null |
|
||||||
| endTime | REAL | not null |
|
| endTime | REAL | not null |
|
||||||
| votes | INTEGER | not null |
|
| votes | INTEGER | not null |
|
||||||
| locked | INTEGER | not nul, default '0' |
|
| locked | INTEGER | not null, default '0' |
|
||||||
| incorrectVotes | INTEGER | not null, default 1 |
|
| incorrectVotes | INTEGER | not null, default 1 |
|
||||||
| UUID | TEXT | not null, unique |
|
| UUID | TEXT | not null, unique |
|
||||||
| userID | TEXT | not null |
|
| userID | TEXT | not null |
|
||||||
| timeSubmitted | INTEGER | not null |
|
| timeSubmitted | INTEGER | not null |
|
||||||
| views | INTEGER | not null |
|
| views | INTEGER | not null |
|
||||||
| category | TEXT | not null, default 'sponsor' |
|
| category | TEXT | not null, default 'sponsor' |
|
||||||
| service | TEXT | not nul, default 'Youtube' |
|
| service | TEXT | not null, default 'Youtube' |
|
||||||
| videoDuration | INTEGER | not nul, default '0' |
|
| videoDuration | INTEGER | not null, default '0' |
|
||||||
| hidden | INTEGER | not nul, default '0' |
|
| hidden | INTEGER | not null, default '0' |
|
||||||
| reputation | REAL | not nul, default '0' |
|
| reputation | REAL | not null, default '0' |
|
||||||
| shadowHidden | INTEGER | not null |
|
| shadowHidden | INTEGER | not null |
|
||||||
| hashedVideoID | TEXT | not null, default '', sha256 |
|
| hashedVideoID | TEXT | not null, default '', sha256 |
|
||||||
|
|
||||||
@@ -91,6 +91,7 @@
|
|||||||
| videoID | TEXT | not null |
|
| videoID | TEXT | not null |
|
||||||
| userID | TEXT | not null |
|
| userID | TEXT | not null |
|
||||||
| category | TEXT | not null |
|
| category | TEXT | not null |
|
||||||
|
| hashedVideoID | TEXT | not null, default '' |
|
||||||
|
|
||||||
| index | field |
|
| index | field |
|
||||||
| -- | :--: |
|
| -- | :--: |
|
||||||
|
|||||||
Reference in New Issue
Block a user