We've established the core data architecture by initializing the Prisma schema with essential models for Tenants, feature flags, and API key management. This provides the foundational structure for multi-tenant isolation and per-tenant configuration across our application services. Building the foundation

Initial database schema setup for multi-tenancy support - subh05sus/sparkmentis-superadmin