mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Poll notifications and read syncs
This commit is contained in:
@@ -127,6 +127,7 @@ import updateToSchemaVersion1480 from './1480-chat-folders-remove-duplicates.std
|
||||
import updateToSchemaVersion1490 from './1490-lowercase-notification-profiles.std.js';
|
||||
import updateToSchemaVersion1500 from './1500-search-polls.std.js';
|
||||
import updateToSchemaVersion1510 from './1510-chat-folders-normalize-all-chats.std.js';
|
||||
import updateToSchemaVersion1520 from './1520-poll-votes-unread.std.js';
|
||||
|
||||
import { DataWriter } from '../Server.node.js';
|
||||
|
||||
@@ -1612,6 +1613,7 @@ export const SCHEMA_VERSIONS: ReadonlyArray<SchemaUpdateType> = [
|
||||
|
||||
{ version: 1500, update: updateToSchemaVersion1500 },
|
||||
{ version: 1510, update: updateToSchemaVersion1510 },
|
||||
{ version: 1520, update: updateToSchemaVersion1520 },
|
||||
];
|
||||
|
||||
export class DBVersionFromFutureError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user