db repaired

This commit is contained in:
silas
2018-11-05 15:46:33 +01:00
parent 527a14dd0a
commit e5b3cd8e1f
2 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ export class WordRotatorDb extends MyDb {
}
constructor() {
super("wordRotator", 5);
super("wordRotator", 6);
}
upgrade(db, oldVersion, newVersion, e) {