From 25a4a1698a915133ee6388a2edc20cda696ac440 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 21 Dec 2019 16:01:38 +0100 Subject: [PATCH] fix db schema --- Admin/Install/db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index f68e2cc..790a59f 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -48,7 +48,7 @@ }, "nav_action": { "name": "nav_action", - "type": "text", + "type": "TEXT", "default": null, "null": true },