database down to dbVersion 1
no need it to keep it at 10 like Omnisearch, this is a v1
This commit is contained in:
+1
-1
@@ -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<
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user