Skip to content
Snippets Groups Projects
Commit 2fba0bed authored by Jake Taylor's avatar Jake Taylor
Browse files

fix indexedDb migration code

parent e0c3f9c5
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -26,7 +26,7 @@ const (
// currentVersion is the current version of the IndexDb
// runtime. Used for migration purposes.
currentVersion uint = 2
currentVersion uint = 1
)
// MessageReceivedCallback is called any time a message is received or updated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment