mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: cache limit issue
This commit is contained in:
parent
efd67346fd
commit
61d1d0ab4d
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ import store from '@/store';
|
||||||
|
|
||||||
const db = new Dexie('yesplaymusic');
|
const db = new Dexie('yesplaymusic');
|
||||||
|
|
||||||
db.version(2)
|
db.version(3)
|
||||||
.stores({
|
.stores({
|
||||||
trackSources: '&id',
|
trackSources: '&id, createTime',
|
||||||
})
|
})
|
||||||
.upgrade(tx =>
|
.upgrade(tx =>
|
||||||
tx
|
tx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue