Skip to content

Commit b255c5e

Browse files
committed
Increase trusted domain migration batch size
1 parent c7e8cde commit b255c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/backend/prisma/migrations/20260214000000_fix_trusted_domains_config

apps/backend/prisma/migrations/20260214000000_fix_trusted_domains_config/migration.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WITH rows_to_check AS (
3939
FROM /* SCHEMA_NAME_SENTINEL */."EnvironmentConfigOverride"
4040
WHERE "temp_trusted_domains_checked" IS NOT TRUE
4141
-- Keep batch size small for consistent performance
42-
LIMIT 1000
42+
LIMIT 5000
4343
),
4444
matching_keys AS (
4545
-- Find all keys that look like "domains.trustedDomains.<id>.<property...>"

0 commit comments

Comments
 (0)