Removed unneeded commentary tag checkboxes

As per the discussion on GitHub, these will be handled instead
by the existing mechanisms of related and frequent tags.
This commit is contained in:
BrokenEagle
2020-01-16 21:37:23 +00:00
parent 82b621d87d
commit 3a422b26df
5 changed files with 5 additions and 23 deletions

View File

@@ -3022,12 +3022,8 @@ CREATE TABLE public.uploads (
include_artist_commentary boolean,
context text,
referer_url text,
translated_commentary_title text,
translated_commentary_desc text,
add_commentary_tag boolean,
add_commentary_request_tag boolean,
add_commentary_check_tag boolean,
add_partial_commentary_tag boolean
translated_commentary_title text DEFAULT ''::text NOT NULL,
translated_commentary_desc text DEFAULT ''::text NOT NULL
);