database down to dbVersion 1

no need it to keep it at 10 like Omnisearch, this is a v1
This commit is contained in:
Simon Cambier 2025-07-11 18:22:30 +02:00
parent dd7d7a367d
commit 99fd363c22

View File

@ -5,7 +5,7 @@ import { Notice } from 'obsidian'
import type LocatorPlugin from './main'
export class Database extends Dexie {
public static readonly dbVersion = 10
public static readonly dbVersion = 1
searchHistory!: Dexie.Table<{ id?: number; query: string }, number>
minisearch!: Dexie.Table<
{