We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e8cde commit b255c5eCopy full SHA for b255c5e
1 file changed
apps/backend/prisma/migrations/20260214000000_fix_trusted_domains_config/migration.sql
@@ -39,7 +39,7 @@ WITH rows_to_check AS (
39
FROM /* SCHEMA_NAME_SENTINEL */."EnvironmentConfigOverride"
40
WHERE "temp_trusted_domains_checked" IS NOT TRUE
41
-- Keep batch size small for consistent performance
42
- LIMIT 1000
+ LIMIT 5000
43
),
44
matching_keys AS (
45
-- Find all keys that look like "domains.trustedDomains.<id>.<property...>"
0 commit comments