Merge pull request 'hotFix(debug) varchar to text' (!2174) from hotFix_invoiceDebug_text into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2174
Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
Alex Moreno 2024-03-18 12:28:52 +00:00
commit fcb3a50640
1 changed files with 1 additions and 0 deletions

View File

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