mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Migration to normalize all attachments
This commit is contained in:
@@ -690,6 +690,10 @@ const toVersion14 = _withSchemaVersion({
|
||||
}
|
||||
),
|
||||
});
|
||||
const toVersion15 = _withSchemaVersion({
|
||||
schemaVersion: 15,
|
||||
upgrade: noopUpgrade,
|
||||
});
|
||||
|
||||
const VERSIONS = [
|
||||
toVersion0,
|
||||
@@ -707,6 +711,7 @@ const VERSIONS = [
|
||||
toVersion12,
|
||||
toVersion13,
|
||||
toVersion14,
|
||||
toVersion15,
|
||||
];
|
||||
|
||||
export const CURRENT_SCHEMA_VERSION = VERSIONS.length - 1;
|
||||
|
||||
Reference in New Issue
Block a user