summaryrefslogtreecommitdiff
path: root/util/sql/all.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-04 19:26:36 +0100
committerYorhel <git@yorhel.nl>2011-02-04 19:26:36 +0100
commit80d22665f3f4a99f60c4b808bb5dc97a1f8f6830 (patch)
treed28444b0d592bced999e3e424e1b71ab248796c7 /util/sql/all.sql
parent9b8d7c719a722007839ec501b42070c2291f9e04 (diff)
Added category field to tags (content/ero/technical)
Not very useful at the moment, but will be used to improve several other things.
Diffstat (limited to 'util/sql/all.sql')
-rw-r--r--util/sql/all.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/sql/all.sql b/util/sql/all.sql
index 09a6d214..0a6d1037 100644
--- a/util/sql/all.sql
+++ b/util/sql/all.sql
@@ -13,6 +13,7 @@ CREATE TYPE notification_ltype AS ENUM ('v', 'r', 'p', 't');
CREATE TYPE prefs_key AS ENUM ('l10n', 'skin', 'customcss', 'filter_vn', 'filter_release', 'show_nsfw', 'hide_list', 'notify_nodbedit', 'notify_announce');
CREATE TYPE producer_relation AS ENUM ('old', 'new', 'sub', 'par', 'imp', 'ipa', 'spa', 'ori');
CREATE TYPE release_type AS ENUM ('complete', 'partial', 'trial');
+CREATE TYPE tag_category AS ENUM('cont', 'ero', 'tech');
CREATE TYPE vn_relation AS ENUM ('seq', 'preq', 'set', 'alt', 'char', 'side', 'par', 'ser', 'fan', 'orig');