fix: Make views pk and fk schema query compatible with postgres v15

This commit is contained in:
Gabriel
2022-08-17 14:20:34 -05:00
committed by GitHub
parent f75e77cf60
commit 506929c586
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ allViewsKeyDependencies =
pks_fks as (
-- pk + fk referencing col
select
contype,
contype::text as contype,
conname,
conrelid as resorigtbl,
unnest(conkey) as resorigcol