Skip to content

Commit

Permalink
Bump db version
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Dec 1, 2024
1 parent 49956a3 commit 8c30d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/db.ml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let on_upgrade_needed e q =
let _tracks = Tracks_store.create db in
Console.info [ "Stores created:"; list; items; virtual_folders ]

let schema_version = 2
let schema_version = 3

let with_idb ?(version = schema_version) ?(name = "tracks") f =
let open Brr_io.Indexed_db in
Expand Down

0 comments on commit 8c30d13

Please sign in to comment.