diff --git a/src/structure/components/com_sportsmanager/database/update.php b/src/structure/components/com_sportsmanager/database/update.php index 4d27ca9..e804127 100644 --- a/src/structure/components/com_sportsmanager/database/update.php +++ b/src/structure/components/com_sportsmanager/database/update.php @@ -5577,7 +5577,7 @@ function updateDatabase(): void . "\n `kategorie` int(4) DEFAULT NULL," . "\n `reihenfolge` int(4) 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 KEY (`veranstalter_id`)" . "\n ) ENGINE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;";