Skip to content

Commit 0030a21

Browse files
committed
chore: fix diagram workflow run
1 parent 3005a24 commit 0030a21

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

diagram.mmd

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

scripts/update_architecture_diagram.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)