Skip to content

Commit

Permalink
Update src/PostgREST/DbStructure.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
  • Loading branch information
wolfgangwalther and steve-chavez committed Nov 20, 2020
1 parent 7944e76 commit e224947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PostgREST/DbStructure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ accessibleProcs = H.Statement (toS sql) (param HE.text) decodeProcs True

procsSqlQuery :: SqlQuery
procsSqlQuery = [q|
-- Recursively get the base types of domains
WITH RECURSIVE
rec_types AS (
SELECT
Expand Down

0 comments on commit e224947

Please sign in to comment.