Skip to content

Commit

Permalink
Update components/suggest/src/schema.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lina Butler <[email protected]>
  • Loading branch information
tiftran and linabutler authored Oct 4, 2023
1 parent b2adab2 commit f735d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/suggest/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl ConnectionInitializer for SuggestConnectionInitializer {

fn upgrade_from(&self, _db: &Transaction<'_>, version: u32) -> open_database::Result<()> {
match version {
1..=6 => {
1..=5 => {
// These schema versions were used during development, and never
// shipped in any applications. Treat these databases as
// corrupt, so that they'll be replaced.
Expand Down

0 comments on commit f735d5d

Please sign in to comment.