summaryrefslogtreecommitdiff
path: root/util/updates/update_2.8.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/updates/update_2.8.sql')
-rw-r--r--util/updates/update_2.8.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/updates/update_2.8.sql b/util/updates/update_2.8.sql
index e299e608..3c1d7398 100644
--- a/util/updates/update_2.8.sql
+++ b/util/updates/update_2.8.sql
@@ -34,7 +34,7 @@ ALTER TABLE vn_relations ALTER COLUMN relation TYPE vn_relation USING
-- producer relations
-CREATE TYPE producer_relation AS ENUM ('old', 'new', 'par', 'sub', 'imp', 'ipa');
+CREATE TYPE producer_relation AS ENUM ('old', 'new', 'sub', 'par', 'imp', 'ipa', 'spa', 'ori');
CREATE TABLE producers_relations (
pid1 integer NOT NULL REFERENCES producers_rev (id),
pid2 integer NOT NULL REFERENCES producers (id),