import { InlineLink } from '@/components/ui/InlineLink' const PG_DELTA_REPO_URL = 'https://github.com/supabase/pg-toolbelt' export const PgDeltaDiffPreview = () => { return (

Use the pg-delta project to generate schema diffs instead of migra when creating migrations from branch comparisons. pg-delta is in alpha and is designed to better handle RLS (Row Level Security) and other schema constructs.

Please note:

Enabling this preview will:

) }