summaryrefslogtreecommitdiff
path: root/util/sql/schema.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-28 10:03:16 +0100
committerYorhel <git@yorhel.nl>2010-11-28 10:03:16 +0100
commitd82f42629c802d968be247832c2e7cbf17eb16c6 (patch)
treedda59c514f81fbc151b9d53480a85090537b700d /util/sql/schema.sql
parent80106c9930e39047fb24f0486412085ca99efef9 (diff)
VN Filter Selector: Added "original language" filter
The original language is the language of the first release of the VN, and is cached in vn.c_olang. (Geez, the vn table has more caching columns than actual information >.>)
Diffstat (limited to 'util/sql/schema.sql')
-rw-r--r--util/sql/schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/sql/schema.sql b/util/sql/schema.sql
index 1eb823e3..6911a40b 100644
--- a/util/sql/schema.sql
+++ b/util/sql/schema.sql
@@ -293,7 +293,8 @@ CREATE TABLE vn (
c_popularity real,
c_rating real,
c_votecount integer NOT NULL DEFAULT 0,
- c_search text
+ c_search text,
+ c_olang language[] NOT NULL DEFAULT '{}'
);
-- vn_anime