Skip to content

Commit

Permalink
Merge pull request #14532 from Budibase/fix/sql-many-relationships
Browse files Browse the repository at this point in the history
SQL - utilise JSON aggregations for relationships
  • Loading branch information
mike12345567 authored Sep 11, 2024
2 parents 79fc826 + fa6058c commit 31f8691
Show file tree
Hide file tree
Showing 17 changed files with 782 additions and 500 deletions.
1 change: 1 addition & 0 deletions packages/backend-core/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const environment = {
// Couch/search
SQL_LOGGING_ENABLE: process.env.SQL_LOGGING_ENABLE,
SQL_MAX_ROWS: process.env.SQL_MAX_ROWS,
SQL_MAX_RELATED_ROWS: process.env.MAX_RELATED_ROWS,
// smtp
SMTP_FALLBACK_ENABLED: process.env.SMTP_FALLBACK_ENABLED,
SMTP_USER: process.env.SMTP_USER,
Expand Down
Loading

0 comments on commit 31f8691

Please sign in to comment.