From 1b6e60900b52b7935a3a76b75feecc99bb1af091 Mon Sep 17 00:00:00 2001 From: shekhar16 Date: Fri, 15 Jul 2022 00:22:58 +0530 Subject: [PATCH] feat: oxcore issue 223 display DB option on ui --- .../resources/META-INF/resources/schema/oxstore-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/src/main/resources/META-INF/resources/schema/oxstore-config.json b/static/src/main/resources/META-INF/resources/schema/oxstore-config.json index 71d27ebf8..5953bc818 100644 --- a/static/src/main/resources/META-INF/resources/schema/oxstore-config.json +++ b/static/src/main/resources/META-INF/resources/schema/oxstore-config.json @@ -12,7 +12,8 @@ "type": "string", "enum": [ "LOCAL", - "JCA" + "JCA", + "DB" ] }, "localConfiguration": {