From 753bfc636def955f6179b11423de9f86a3a666cd Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 21 Jan 2024 23:39:04 +0200 Subject: [PATCH] Update db_schema.php https://github.com/opencart/opencart/issues/13590 --- upload/system/helper/db_schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/system/helper/db_schema.php b/upload/system/helper/db_schema.php index e006abe5674..c68bcab167f 100644 --- a/upload/system/helper/db_schema.php +++ b/upload/system/helper/db_schema.php @@ -3851,7 +3851,7 @@ function oc_db_schema() { ], [ 'name' => 'xml', - 'type' => 'text' + 'type' => 'mediumtext' ], [ 'name' => 'status',