This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ============================================================================= | |
| -- Onboarding Hub: Consolidated Database Schema | |
| -- ============================================================================= | |
| -- Generated: 2026-04-09 | |
| -- Source: All migrations (003 through 20260331) + TypeScript types cross-ref | |
| -- | |
| -- NOTES FOR INFRASTRUCTURE TEAM: | |
| -- - All Supabase-specific constructs have been removed: | |
| -- No RLS policies, no auth.uid(), no auth.users references, no storage policies | |
| -- - Foreign keys that originally referenced auth.users(id) now reference profiles(id) |