Explicit penalties for league teams (3): add moderator_user_id

This commit is contained in:
Wieland Hagen
2026-02-23 16:18:35 +01:00
parent 5bd0735708
commit 84d07aecb1
5 changed files with 14 additions and 6 deletions
+1
View File
@@ -725,6 +725,7 @@ return new class () implements InstallerScriptInterface
$query = "CREATE TABLE IF NOT EXISTS `#__sportsmanager_team_strafen` ("
. "\n `team_strafen_id` int(11) NOT NULL AUTO_INCREMENT,"
. "\n `zeitpunkt` datetime NOT NULL,"
. "\n `moderator_user_id` int(11) DEFAULT NULL,"
. "\n `team_id` int(11) NOT NULL DEFAULT '0',"
. "\n `strafe` float(6,2) NOT NULL DEFAULT '0',"
. "\n `beschreibung` text NOT NULL,"