Skip to content

Commit

Permalink
fix: invalid minimal schema version (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Jan 3, 2025
1 parent 9db2576 commit 58854fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/bucket/default_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// stateless version (+1 regarding directory name, as migrations start from 1 in the lib)
const MinimalSchemaVersion = 27
const MinimalSchemaVersion = 26

type DefaultBucket struct {
name string
Expand Down

0 comments on commit 58854fe

Please sign in to comment.