Skip to content

Commit

Permalink
shards: fix messed up shard status
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianFranzen committed Jul 15, 2024
1 parent c8df219 commit 51ee85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/shard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub enum ShardStatus {
Created,
Committed,
Online,
Offline,
Offline = 4, // To remove the "= 4", please write a migration!
}

impl Default for ShardStatus {
Expand Down

0 comments on commit 51ee85f

Please sign in to comment.