From 427bd545af3837cb7c360f468ed115569e0c669e Mon Sep 17 00:00:00 2001 From: jmeyer26 Date: Fri, 13 Feb 2026 06:54:20 +0100 Subject: [PATCH] Update src/structure/script.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/structure/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/script.php b/src/structure/script.php index fd07bee..25029b9 100644 --- a/src/structure/script.php +++ b/src/structure/script.php @@ -1191,7 +1191,7 @@ return new class () implements InstallerScriptInterface . "\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;";