We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387c685 commit a00135bCopy full SHA for a00135b
1 file changed
README.md
@@ -87,6 +87,9 @@ end
87
subgraph "Scouting Module"
88
ScoutingController[Scouting Controller]
89
end
90
+subgraph "Scrims Module"
91
+ ScrimsController[Scrims Controller]
92
+end
93
subgraph "Team_goals Module"
94
Team_goalsController[Team_goals Controller]
95
@@ -190,6 +193,7 @@ end
190
193
PlayerMatchStatModel[PlayerMatchStat Model] --> PostgreSQL
191
194
ScheduleModel[Schedule Model] --> PostgreSQL
192
195
ScoutingTargetModel[ScoutingTarget Model] --> PostgreSQL
196
+ ScrimModel[Scrim Model] --> PostgreSQL
197
TeamGoalModel[TeamGoal Model] --> PostgreSQL
198
TokenBlacklistModel[TokenBlacklist Model] --> PostgreSQL
199
UserModel[User Model] --> PostgreSQL
0 commit comments