mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Update src/structure/script.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1191,7 +1191,7 @@ return new class () implements InstallerScriptInterface
|
|||||||
. "\n `kategorie` int(4) DEFAULT NULL,"
|
. "\n `kategorie` int(4) DEFAULT NULL,"
|
||||||
. "\n `reihenfolge` int(4) DEFAULT NULL,"
|
. "\n `reihenfolge` int(4) DEFAULT NULL,"
|
||||||
. "\n `email` varchar(64) DEFAULT NULL,"
|
. "\n `email` varchar(64) DEFAULT NULL,"
|
||||||
. "\n `beschreibung` text NOT NULL DEFAULT '',"
|
. "\n `beschreibung` text NOT NULL,"
|
||||||
. "\n PRIMARY KEY (`verbandsorgane_id`),"
|
. "\n PRIMARY KEY (`verbandsorgane_id`),"
|
||||||
. "\n KEY (`veranstalter_id`)"
|
. "\n KEY (`veranstalter_id`)"
|
||||||
. "\n ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;";
|
. "\n ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;";
|
||||||
|
|||||||
Reference in New Issue
Block a user