mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Change default user db schema number
This commit is contained in:
parent
1a4bea8510
commit
0657792588
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class app.Settings
|
|||
hideIntro: false
|
||||
news: 0
|
||||
autoUpdate: true
|
||||
schema: 0
|
||||
schema: 1
|
||||
|
||||
constructor: (@store) ->
|
||||
@create() unless @settings = @store.get(SETTINGS_KEY)
|
||||
|
|
Loading…
Reference in a new issue