Added version comments to db
This commit is contained in:
parent
e36058263c
commit
a188736dd8
@ -348,6 +348,7 @@ function loadVersions(db) {
|
||||
);
|
||||
}
|
||||
|
||||
// 1.8.0 - Add thumbnail to maps
|
||||
db.version(19)
|
||||
.stores({})
|
||||
.upgrade(async (tx) => {
|
||||
@ -364,6 +365,7 @@ function loadVersions(db) {
|
||||
});
|
||||
});
|
||||
|
||||
// 1.8.0 - Add thumbnail to tokens
|
||||
db.version(20)
|
||||
.stores({})
|
||||
.upgrade(async (tx) => {
|
||||
|
Loading…
Reference in New Issue
Block a user