From 3b6fce070823f2d6caea24f0a0222aafb8a8e943 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 2 Nov 2017 21:57:16 +0100 Subject: [PATCH] Add "stats" as a tutorial step (#9377) This is used mostly for the mobile apps to identify if the tutorial step about stats has be shown yet or not. --- website/server/models/user/schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/server/models/user/schema.js b/website/server/models/user/schema.js index d73046ae39..585203b3ac 100644 --- a/website/server/models/user/schema.js +++ b/website/server/models/user/schema.js @@ -200,6 +200,7 @@ let schema = new Schema({ items: {type: Boolean, default: false}, mounts: {type: Boolean, default: false}, inbox: {type: Boolean, default: false}, + stats: {type: Boolean, default: false}, }, ios: { addTask: {type: Boolean, default: false},