summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-07-31 17:07:48 +0200
committerYorhel <git@yorhel.nl>2022-07-31 17:07:49 +0200
commit691797f62bdc6df8307f6bd47b9ca14dda8920d7 (patch)
tree52a50373bf865faca97a64b22905824f3879dc24 /lib/VNDB
parentec20437fc576d156eb8ccec7ac49a01fecf76add (diff)
Add VN development status field
https://vndb.org/t18854
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Types.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index 9a4ab892..684c3602 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -134,6 +134,11 @@ hash VN_RELATION =>
orig => { reverse => 'fan', pref => 0, txt => 'Original game' };
+hash DEVSTATUS =>
+ 0 => 'Finished',
+ 1 => 'In development',
+ 2 => 'Cancelled';
+
# SQL: ENUM producer_relation
# "Pref" relations are considered the "preferred" relation to show (as opposed to their reverse)