trading-platform-database-v2/ddl/schemas
Adrian Flores Cortes e4d39b1293 [Sprint-2] feat: Add Feature Flags schema
Created feature_flags schema with:
- flags table: Global feature flag definitions
- user_flags table: User-level overrides
- evaluations table: Evaluation history for analytics
- evaluate_flag() function: PL/pgSQL evaluation with priorities

Features:
- Percentage-based rollout
- User override support
- Targeting rules (plan, role)
- Expiration support
- Initial flags for trading platform

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:38:38 -06:00
..
audit feat: Initial commit - Database schemas and scripts 2026-01-18 04:30:23 -06:00
auth feat: Update DDL schemas and add new structures 2026-01-30 12:24:23 -06:00
education feat: Update DDL schemas and add new structures 2026-01-30 12:24:23 -06:00
feature_flags/tables [Sprint-2] feat: Add Feature Flags schema 2026-01-30 15:38:38 -06:00
financial feat: Initial commit - Database schemas and scripts 2026-01-18 04:30:23 -06:00
investment feat: Add DDL tables for notifications system 2026-01-25 03:48:28 -06:00
llm feat: Initial commit - Database schemas and scripts 2026-01-18 04:30:23 -06:00
market_data feat(database): Add GBPJPY ticker to market_data seed data 2026-01-27 04:39:41 -06:00
ml feat: Update DDL schemas and add new structures 2026-01-30 12:24:23 -06:00
portfolio [OQI-008] feat: Add portfolio DDL schema with tables for portfolios, allocations, goals 2026-01-25 08:20:48 -06:00
trading feat: Initial commit - Database schemas and scripts 2026-01-18 04:30:23 -06:00