hotFix(debug) varchar to text
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Alex Moreno 2024-03-18 13:25:23 +01:00
parent fbf798e356
commit 4f90fb06d8
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;