From c3a24e440a6fc5d20d83959829701dc600b99b90 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Mon, 30 Nov 2020 19:34:43 +0530 Subject: [PATCH] Update 0013-manage-features.md --- 0013-manage-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0013-manage-features.md b/0013-manage-features.md index e8b49c6..caae09a 100644 --- a/0013-manage-features.md +++ b/0013-manage-features.md @@ -22,7 +22,7 @@ ## Flow: 1) The flow is similar to the subscribe flow. -2) The values of the features are stored as a json in the settings field of the chatopssubscriptions table. +2) The values of the features are stored as a json in the tables. 3) Any feature subscribed/unsubscribed by the user will be alotTed a value of true/false in the JSON. 4) The value of label is stored in the required_field key with the label value in an array in the JSON. 456