Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
adds default id for edge section, fix #109
Browse files Browse the repository at this point in the history
  • Loading branch information
vmora committed Feb 10, 2020
1 parent 9565c57 commit b1b17e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions albion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1b17e5

Please sign in to comment.