From 865488e41c2e539e83350b7d8cd8f6c38404a35c Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Fri, 14 Jun 2019 10:25:32 -0700 Subject: [PATCH] add browser db prefix for v2 (#2208) --- pxtarget.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index e24b4202..a1748de4 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -458,7 +458,8 @@ "editor.background": "#ecf0f1" }, "browserDbPrefixes": { - "1": "v1" + "1": "v1", + "2": "v2" }, "editorVersionPaths": { "0": "v0" @@ -469,4 +470,4 @@ "simScreenshotMaxUriLength": 300000, "importExtensionFiles": true } -} \ No newline at end of file +}