Skip to content

Commit

Permalink
chore: init DB to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
krocheck committed Dec 16, 2024
1 parent ca5719c commit f7a8dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/lib/Data/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class DataDatabase extends DataStoreBase {
*/
static Defaults: DatabaseDefault = {
main: {
page_config_version: 5,
page_config_version: 6,
},
}

Expand Down

0 comments on commit f7a8dbb

Please sign in to comment.