summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-12-30 09:29:03 +0100
committerYorhel <git@yorhel.nl>2019-12-30 09:29:03 +0100
commite146ed7bda12d369532e485ca0c2e3d823811854 (patch)
treef5e86b31f0255c89397fcb201af5c38a62bc9d4b /lib/VNDB
parent40ef00116cc12aef4ce08fc1136e329c58abda4b (diff)
ulist: Remove remnants of old votes/vnlists/wlists tables
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Types.pm17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index 8e5b26cf..3341343d 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -267,14 +267,6 @@ hash RELEASE_TYPE =>
-hash WISHLIST_STATUS =>
- 0 => 'High',
- 1 => 'Medium',
- 2 => 'Low',
- 3 => 'Blacklist';
-
-
-
# 0 = hardcoded "unknown", 2 = hardcoded 'OK'
hash RLIST_STATUS =>
0 => 'Unknown',
@@ -285,15 +277,6 @@ hash RLIST_STATUS =>
-hash VNLIST_STATUS =>
- 0 => 'Unknown',
- 1 => 'Playing',
- 2 => 'Finished',
- 3 => 'Stalled',
- 4 => 'Dropped';
-
-
-
# SQL: ENUM board_type
hash BOARD_TYPE =>
an => { txt => 'Announcements', post_perm => 'boardmod', index_rows => 5, dbitem => 0 },