parsec-cloud
parsec-cloud copied to clipboard
[Web]: IDB handle `{old,new}_version}` on `IDBVersionChangeEvent`
Currently the code introduced by #6617, support the event IDBVersionChangeEvent but do not use the {old,new}_version to correctly apply the database migrations.
Currently it does not pose a problem since we only need to handle migration from version 0 to 1, but it could nice to have a system to handle the idb migrations