summaryrefslogtreecommitdiff
path: root/util/sql/schema.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-12-22 16:51:50 +0100
committerYorhel <git@yorhel.nl>2019-12-22 16:54:42 +0100
commit0916ec2e23f7c15a484781894ee0edee728ecd13 (patch)
tree78ba8b0ea4f4ecceaea6c5e5562d89079b50800e /util/sql/schema.sql
parentcd5e4dffdf4d99cac7d47433981cfa6d669b2b45 (diff)
ulist: Update "My lists" VN filters to use new ulists feature
This is just a simple backwards-compatible port, proper integration should allow one to filter on individual labels. The "On my VN list" filter now works slightly differently in that it considers *everything* in ulist_vns to be on the users' VN list, including votes and wishlist. I've removed the option to display a "Wishlist" column. The wishlist works rather differently now, maybe this should instead just display all assigned labels - but that would consume quite a bit of space. :(
Diffstat (limited to 'util/sql/schema.sql')
-rw-r--r--util/sql/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sql/schema.sql b/util/sql/schema.sql
index d79277f0..8a1fc8c2 100644
--- a/util/sql/schema.sql
+++ b/util/sql/schema.sql
@@ -764,7 +764,7 @@ CREATE TABLE users (
notify_dbedit boolean NOT NULL DEFAULT TRUE,
notify_announce boolean NOT NULL DEFAULT FALSE,
vn_list_own boolean NOT NULL DEFAULT FALSE,
- vn_list_wish boolean NOT NULL DEFAULT FALSE,
+ vn_list_wish boolean NOT NULL DEFAULT FALSE, -- Not used anymore, wishlist column in the VN list view has been removed
tags_all boolean NOT NULL DEFAULT FALSE,
tags_cont boolean NOT NULL DEFAULT TRUE,
tags_ero boolean NOT NULL DEFAULT FALSE,