Use untagged pnis in storage service
This commit is contained in:
parent
283ef57779
commit
eb7942dd1e
16 changed files with 530 additions and 62 deletions
|
@ -70,10 +70,11 @@ import updateToSchemaVersion91 from './91-clean-keys';
|
|||
import { updateToSchemaVersion920 } from './920-clean-more-keys';
|
||||
import { updateToSchemaVersion930 } from './930-fts5-secure-delete';
|
||||
import { updateToSchemaVersion940 } from './940-fts5-revert';
|
||||
import { updateToSchemaVersion950 } from './950-fts5-secure-delete';
|
||||
import {
|
||||
version as MAX_VERSION,
|
||||
updateToSchemaVersion950,
|
||||
} from './950-fts5-secure-delete';
|
||||
updateToSchemaVersion960,
|
||||
} from './960-untag-pni';
|
||||
|
||||
function updateToSchemaVersion1(
|
||||
currentVersion: number,
|
||||
|
@ -2011,6 +2012,7 @@ export const SCHEMA_VERSIONS = [
|
|||
updateToSchemaVersion930,
|
||||
updateToSchemaVersion940,
|
||||
updateToSchemaVersion950,
|
||||
updateToSchemaVersion960,
|
||||
];
|
||||
|
||||
export class DBVersionFromFutureError extends Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue