diff --git a/components/suggest/src/schema.rs b/components/suggest/src/schema.rs index 637946c9f4..664eb27d35 100644 --- a/components/suggest/src/schema.rs +++ b/components/suggest/src/schema.rs @@ -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.