Enable attachment backup uploading
This commit is contained in:
parent
94a262b799
commit
4254356812
27 changed files with 2054 additions and 534 deletions
|
@ -81,10 +81,11 @@ import { updateToSchemaVersion1020 } from './1020-self-merges';
|
|||
import { updateToSchemaVersion1030 } from './1030-unblock-event';
|
||||
import { updateToSchemaVersion1040 } from './1040-undownloaded-backed-up-media';
|
||||
import { updateToSchemaVersion1050 } from './1050-group-send-endorsements';
|
||||
import { updateToSchemaVersion1060 } from './1060-addressable-messages-and-sync-tasks';
|
||||
import {
|
||||
updateToSchemaVersion1060,
|
||||
updateToSchemaVersion1070,
|
||||
version as MAX_VERSION,
|
||||
} from './1060-addressable-messages-and-sync-tasks';
|
||||
} from './1070-attachment-backup';
|
||||
|
||||
function updateToSchemaVersion1(
|
||||
currentVersion: number,
|
||||
|
@ -2034,6 +2035,7 @@ export const SCHEMA_VERSIONS = [
|
|||
updateToSchemaVersion1040,
|
||||
updateToSchemaVersion1050,
|
||||
updateToSchemaVersion1060,
|
||||
updateToSchemaVersion1070,
|
||||
];
|
||||
|
||||
export class DBVersionFromFutureError extends Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue