E-Mail über joomla. Status Überarbeitung.

This commit is contained in:
Jürgen Meyer
2025-12-20 10:03:05 +01:00
parent 783cffaf2b
commit 964ab1ca8b
7 changed files with 250 additions and 78 deletions
+6 -3
View File
@@ -1150,10 +1150,13 @@ return new class () implements InstallerScriptInterface
. "\n `begegnung_id` int(11) NOT NULL DEFAULT 0,"
. "\n `team_id` int(11) NOT NULL DEFAULT 0,"
. "\n `aussteller_id` int(11) NOT NULL DEFAULT 0,"
. "\n `ausstelldatum` date NOT NULL DEFAULT current_timestamp(),"
. "\n `ausstelldatum` datetime NOT NULL DEFAULT current_timestamp(),"
. "\n `versender_id` int(11) DEFAULT NULL,"
. "\n `versendedatum` datetime DEFAULT NULL,"
. "\n `rechnungssteller_id` int(11) DEFAULT NULL,"
. "\n `rechnungsdatum` datetime DEFAULT NULL,"
. "\n `multiplikator` tinyint(1) NOT NULL DEFAULT 1,"
. "\n `weitere_angaben` text NOT NULL DEFAULT '',"
. "\n `status` varchar(16) NOT NULL DEFAULT '',"
. "\n `weitere_angaben` text NOT NULL DEFAULT ''"
. "\n PRIMARY KEY (`ordnungsstrafen_id`)"
. "\n ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;";
$db->setQuery( $query );