From 18d4fe76ea09569373e3a2582541bf7cac4585e7 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 10 Sep 2022 14:38:54 +0200 Subject: [PATCH] Update query.sql --- ND_Core/query.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND_Core/query.sql b/ND_Core/query.sql index 66e6ee5..b5079f8 100644 --- a/ND_Core/query.sql +++ b/ND_Core/query.sql @@ -13,6 +13,6 @@ CREATE TABLE `characters` ( `groups` LONGTEXT NULL DEFAULT '[]', `last_location` LONGTEXT NULL DEFAULT '[]', `clothing` LONGTEXT NULL DEFAULT '[]', - `inventory` LONGTEXT NULL DEFAULT '[]', + `inventory` LONGTEXT NULL DEFAULT '[]', PRIMARY KEY (`character_id`) USING BTREE );