summaryrefslogtreecommitdiff
path: root/util/updates
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-21 13:47:59 +0200
committerYorhel <git@yorhel.nl>2009-10-21 13:47:59 +0200
commit91b6578e17f1ce6d0ff7974d06ae55ad2e39bf1d (patch)
tree5c2d78cdfd582c5c03319a238bb6a575d2795637 /util/updates
parent2301f0d2c726a1352494ad0f3bba8c5138b4fedd (diff)
SQL: Synced update_2.8.sql into dump.sql
This doesn't mean the relations are final, though...
Diffstat (limited to 'util/updates')
-rw-r--r--util/updates/update_2.8.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/updates/update_2.8.sql b/util/updates/update_2.8.sql
index 1775958c..9d79500a 100644
--- a/util/updates/update_2.8.sql
+++ b/util/updates/update_2.8.sql
@@ -34,12 +34,6 @@ ALTER TABLE vn_relations ALTER COLUMN relation TYPE vn_relation USING
-- producer relations
--- old -> Formerly
--- new -> Succeeded by
--- par -> Parent producer
--- sub -> Subsidairy
--- imp -> Imprint
--- ipa -> Parent brand
CREATE TYPE producer_relation AS ENUM ('old', 'new', 'par', 'sub', 'imp', 'ipa');
CREATE TABLE producers_relations (
pid1 integer NOT NULL REFERENCES producers_rev (id),