Sync my stories with primary device
This commit is contained in:
parent
7554d8326a
commit
9155784d56
67 changed files with 2954 additions and 1238 deletions
|
@ -36,6 +36,7 @@ import updateToSchemaVersion57 from './57-rm-message-history-unsynced';
|
|||
import updateToSchemaVersion58 from './58-update-unread';
|
||||
import updateToSchemaVersion59 from './59-unprocessed-received-at-counter-index';
|
||||
import updateToSchemaVersion60 from './60-update-expiring-index';
|
||||
import updateToSchemaVersion61 from './61-distribution-list-storage';
|
||||
|
||||
function updateToSchemaVersion1(
|
||||
currentVersion: number,
|
||||
|
@ -1935,6 +1936,7 @@ export const SCHEMA_VERSIONS = [
|
|||
updateToSchemaVersion58,
|
||||
updateToSchemaVersion59,
|
||||
updateToSchemaVersion60,
|
||||
updateToSchemaVersion61,
|
||||
];
|
||||
|
||||
export function updateSchema(db: Database, logger: LoggerType): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue