summaryrefslogtreecommitdiff
path: root/util/sql/all.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-05-13 10:40:04 +0200
committerYorhel <git@yorhel.nl>2015-05-13 10:40:04 +0200
commite1096f570ced3976f2b22bb94478317c8384a463 (patch)
tree0cfa48295ef204d31586ef8427816c2be740a48e /util/sql/all.sql
parenta87f36b5f175d76a744e1a72af708eb89b3582c7 (diff)
Change order of staff roles
https://vndb.org/t6138.226 - https://vndb.org/t6048.132
Diffstat (limited to 'util/sql/all.sql')
-rw-r--r--util/sql/all.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sql/all.sql b/util/sql/all.sql
index d19adbb7..c4afb502 100644
--- a/util/sql/all.sql
+++ b/util/sql/all.sql
@@ -6,7 +6,7 @@
CREATE TYPE anime_type AS ENUM ('tv', 'ova', 'mov', 'oth', 'web', 'spe', 'mv');
CREATE TYPE blood_type AS ENUM ('unknown', 'a', 'b', 'ab', 'o');
CREATE TYPE char_role AS ENUM ('main', 'primary', 'side', 'appears');
-CREATE TYPE credit_type AS ENUM ('scenario', 'script', 'chardesign', 'music', 'director', 'art', 'songs', 'staff');
+CREATE TYPE credit_type AS ENUM ('scenario', 'chardesign', 'art', 'music', 'songs', 'director', 'staff');
CREATE TYPE dbentry_type AS ENUM ('v', 'r', 'p', 'c', 's');
CREATE TYPE edit_rettype AS (iid integer, cid integer, rev integer);
CREATE TYPE gender AS ENUM ('unknown', 'm', 'f', 'b');