From defa392c6768e07626b24311cca0a93a7a5dbd18 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sat, 11 Nov 2023 14:35:02 +0100 Subject: [PATCH] fix: [internal] Schema version --- db_schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db_schema.json b/db_schema.json index 139503142..7b40af351 100644 --- a/db_schema.json +++ b/db_schema.json @@ -2527,11 +2527,11 @@ { "column_name": "content", "is_nullable": "YES", - "data_type": "text", - "character_maximum_length": "65535", + "data_type": "mediumtext", + "character_maximum_length": "16777215", "numeric_precision": null, "collation_name": "utf8mb4_general_ci", - "column_type": "text", + "column_type": "mediumtext", "column_default": "NULL", "extra": "" }, @@ -9560,5 +9560,5 @@ "uuid": false } }, - "db_version": "115" + "db_version": "116" } \ No newline at end of file