mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-09-11 18:41:50 +00:00
Filter Mannschaften in Spielerstatistik
This commit is contained in:
@@ -526,6 +526,7 @@ return new class () implements InstallerScriptInterface
|
||||
. "\n `bestenliste_id` int(11) NOT NULL DEFAULT '0',"
|
||||
. "\n `spieler_id` int(11) NOT NULL DEFAULT '0',"
|
||||
. "\n `spieler_2_id` int(11) DEFAULT NULL,"
|
||||
. "\n `team_id` INT(11) DEFAULT NULL,"
|
||||
. "\n `siege` smallint(6) DEFAULT NULL,"
|
||||
. "\n `unentschieden` smallint(6) DEFAULT NULL,"
|
||||
. "\n `niederlagen` smallint(6) DEFAULT NULL,"
|
||||
@@ -789,6 +790,7 @@ return new class () implements InstallerScriptInterface
|
||||
. "\n `spielpunkte_bedingung` tinyint(4) NOT NULL DEFAULT '0',"
|
||||
. "\n `spielernamen` tinyint(4) NOT NULL DEFAULT '0',"
|
||||
. "\n `heimtausch` tinyint(4) NOT NULL DEFAULT '0',"
|
||||
. "\n `spiele_in_spielerstatistik` tinyint(4) NOT NULL DEFAULT '0'"
|
||||
. "\n `modus` varchar(200) NOT NULL DEFAULT '',"
|
||||
. "\n `status` tinyint(4) NOT NULL DEFAULT '0',"
|
||||
. "\n PRIMARY KEY (`teamspiel_modus_id`)"
|
||||
@@ -1272,7 +1274,7 @@ return new class () implements InstallerScriptInterface
|
||||
$db->setQuery( $query );
|
||||
if (!$db->execute()) { die($db->stderr(true)); }
|
||||
|
||||
$query = "INSERT IGNORE #__sportsmanager_einstellungen SET name = 'datenbank_version', wert = '119';";
|
||||
$query = "INSERT IGNORE #__sportsmanager_einstellungen SET name = 'datenbank_version', wert = '120';";
|
||||
$db->setQuery( $query );
|
||||
if (!$db->execute()) { die($db->stderr(true)); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user