Skip to content

Instantly share code, notes, and snippets.

@WwBerings
WwBerings / consolidated-schema.sql
Created April 9, 2026 14:53
Onboarding Hub - Consolidated Database Schema (Supabase-vrij)
-- =============================================================================
-- 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)