Skip to content

Commit

Permalink
bump migration version (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino authored Dec 3, 2019
1 parent b546159 commit b9df17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const migrations = {

const persistConfig = {
key: 'root',
version: 0,
version: 1,
storage: AsyncStorage,
stateReconciler: autoMergeLevel2, // see "Merge Process" section for details.
migrate: createMigrate(migrations, { debug: false })
Expand Down

0 comments on commit b9df17b

Please sign in to comment.