File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -386,17 +386,6 @@ graph TB
386386 SupportTicketsController --> SupportTicketModel
387387 SupportFaqsController --> SupportFaqModel
388388 SupportStaffController --> UserModel
389- AuditLogModel[AuditLog Model] --> PostgreSQL
390- CompetitiveMatchModel[CompetitiveMatch Model] --> PostgreSQL
391- CurrentModel[Current Model] --> PostgreSQL
392- FantasyWaitlistModel[FantasyWaitlist Model] --> PostgreSQL
393- MessageModel[Message Model] --> PostgreSQL
394- NotificationModel[Notification Model] --> PostgreSQL
395- OrganizationModel[Organization Model] --> PostgreSQL
396- PasswordResetTokenModel[PasswordResetToken Model] --> PostgreSQL
397- SavedBuildModel[SavedBuild Model] --> PostgreSQL
398- ScoutingWatchlistModel[ScoutingWatchlist Model] --> PostgreSQL
399- TokenBlacklistModel[TokenBlacklist Model] --> PostgreSQL
400389 JWTService --> Redis
401390 DashStats --> Redis
402391 PerformanceService --> Redis
Original file line number Diff line number Diff line change @@ -148,17 +148,6 @@ graph TB
148148 SupportTicketsController --> SupportTicketModel
149149 SupportFaqsController --> SupportFaqModel
150150 SupportStaffController --> UserModel
151- AuditLogModel [ AuditLog Model] --> PostgreSQL
152- CompetitiveMatchModel [ CompetitiveMatch Model] --> PostgreSQL
153- CurrentModel [ Current Model] --> PostgreSQL
154- FantasyWaitlistModel [ FantasyWaitlist Model] --> PostgreSQL
155- MessageModel [ Message Model] --> PostgreSQL
156- NotificationModel [ Notification Model] --> PostgreSQL
157- OrganizationModel [ Organization Model] --> PostgreSQL
158- PasswordResetTokenModel [ PasswordResetToken Model] --> PostgreSQL
159- SavedBuildModel [ SavedBuild Model] --> PostgreSQL
160- ScoutingWatchlistModel [ ScoutingWatchlist Model] --> PostgreSQL
161- TokenBlacklistModel [ TokenBlacklist Model] --> PostgreSQL
162151 JWTService --> Redis
163152 DashStats --> Redis
164153 PerformanceService --> Redis
Original file line number Diff line number Diff line change @@ -400,7 +400,6 @@ def generate_data_connections
400400 connections = auth_and_player_data_connections +
401401 scouting_and_match_data_connections +
402402 module_data_connections +
403- database_model_connections +
404403 redis_data_connections
405404 connections . join ( "\n " )
406405 end
You can’t perform that action at this time.
0 commit comments