From b1b17e54f1b7ca2e28a152c5a1b9c2cea8618cb0 Mon Sep 17 00:00:00 2001 From: Vincent Mora Date: Mon, 10 Feb 2020 09:05:17 +0100 Subject: [PATCH] adds default id for edge section, fix #109 --- albion.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/albion.sql b/albion.sql index 9a57fb9..d04fd1a 100644 --- a/albion.sql +++ b/albion.sql @@ -963,6 +963,8 @@ and cs.section_id=s.id and ce.section_id=s.id ; +alter view albion.edge_section alter column id set default _albion.unique_id(); + create or replace function albion.edge_section_instead_fct() returns trigger language plpgsql