SIGN IN SIGN UP

Enable ORM v2 read path by default on new workspaces (#24682)

## What

Adds `IS_ORM_V2_READ_PATH_ENABLED` to `DEFAULT_FEATURE_FLAGS`, so every
newly created workspace gets the new ORM read path enabled on
activation.

## Why

Rolls out the new ORM to fresh workspaces without touching existing
ones. New workspaces start on the new read path from day one, while
existing workspaces are unaffected and continue to be migrated
separately.

## Scope

- Only the default flag set for new workspace activation changes.
- Existing workspaces are not modified.

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/24682?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
C
Charles Bochet committed
9abbab54532ce038b8e511ec694d9c2b1a5ebdf6
Parent: ae31250
Committed by GitHub <noreply@github.com> on 8/24/2026, 10:42:04 AM