hotFix(debug) varchar to text #2174

Merged
alexm merged 1 commits from hotFix_invoiceDebug_text into master 2024-03-18 12:28:53 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4f90fb06d8 - Show all commits

View File

@ -0,0 +1 @@
ALTER TABLE util.debug MODIFY COLUMN value text CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL NULL;