Fix messages_unread index
This commit is contained in:
parent
fa8ff2ae4c
commit
a17e157e7b
3 changed files with 61 additions and 0 deletions
|
@ -25,6 +25,7 @@ import updateToSchemaVersion46 from './46-optimize-stories';
|
|||
import updateToSchemaVersion47 from './47-further-optimize';
|
||||
import updateToSchemaVersion48 from './48-fix-user-initiated-index';
|
||||
import updateToSchemaVersion49 from './49-fix-preview-index';
|
||||
import updateToSchemaVersion50 from './50-fix-messages-unread-index';
|
||||
|
||||
function updateToSchemaVersion1(
|
||||
currentVersion: number,
|
||||
|
@ -1913,6 +1914,7 @@ export const SCHEMA_VERSIONS = [
|
|||
updateToSchemaVersion47,
|
||||
updateToSchemaVersion48,
|
||||
updateToSchemaVersion49,
|
||||
updateToSchemaVersion50,
|
||||
];
|
||||
|
||||
export function updateSchema(db: Database, logger: LoggerType): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue