From 8b5e69f36fdc3132d6ee7d99594fbf66b443b15b Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 24 Jun 2024 03:14:05 +0200 Subject: [PATCH] docs: fix typos in DatabaseSchema.md --- DatabaseSchema.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/DatabaseSchema.md b/DatabaseSchema.md index 1b69da4..adb1923 100644 --- a/DatabaseSchema.md +++ b/DatabaseSchema.md @@ -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 |