Skip to content

Commit 3c89cb2

Browse files
committed
2 parents 4b9e204 + a00135b commit 3c89cb2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ end
8787
subgraph "Scouting Module"
8888
ScoutingController[Scouting Controller]
8989
end
90+
subgraph "Scrims Module"
91+
ScrimsController[Scrims Controller]
92+
end
9093
subgraph "Team_goals Module"
9194
Team_goalsController[Team_goals Controller]
9295
end
@@ -190,6 +193,7 @@ end
190193
PlayerMatchStatModel[PlayerMatchStat Model] --> PostgreSQL
191194
ScheduleModel[Schedule Model] --> PostgreSQL
192195
ScoutingTargetModel[ScoutingTarget Model] --> PostgreSQL
196+
ScrimModel[Scrim Model] --> PostgreSQL
193197
TeamGoalModel[TeamGoal Model] --> PostgreSQL
194198
TokenBlacklistModel[TokenBlacklist Model] --> PostgreSQL
195199
UserModel[User Model] --> PostgreSQL

0 commit comments

Comments
 (0)