add browser db prefix for v2 (#2208)

This commit is contained in:
Joey Wunderlich 2019-06-14 10:25:32 -07:00 committed by Abhijith Chatra
parent bf68646d18
commit 865488e41c

View File

@ -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
}
}
}