Added version comments to db

This commit is contained in:
Mitchell McCaffrey 2021-02-08 17:08:29 +11:00
parent e36058263c
commit a188736dd8

View File

@ -348,6 +348,7 @@ function loadVersions(db) {
); );
} }
// 1.8.0 - Add thumbnail to maps
db.version(19) db.version(19)
.stores({}) .stores({})
.upgrade(async (tx) => { .upgrade(async (tx) => {
@ -364,6 +365,7 @@ function loadVersions(db) {
}); });
}); });
// 1.8.0 - Add thumbnail to tokens
db.version(20) db.version(20)
.stores({}) .stores({})
.upgrade(async (tx) => { .upgrade(async (tx) => {