Update better-sqlite3 to 8.5.2
This commit is contained in:
parent
e4238de4db
commit
c25867c737
11 changed files with 41 additions and 141 deletions
|
@ -69,10 +69,11 @@ import updateToSchemaVersion90 from './90-delete-story-reply-screenshot';
|
|||
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 {
|
||||
version as MAX_VERSION,
|
||||
updateToSchemaVersion940,
|
||||
} from './940-fts5-revert';
|
||||
updateToSchemaVersion950,
|
||||
} from './950-fts5-secure-delete';
|
||||
|
||||
function updateToSchemaVersion1(
|
||||
currentVersion: number,
|
||||
|
@ -2009,6 +2010,7 @@ export const SCHEMA_VERSIONS = [
|
|||
updateToSchemaVersion920,
|
||||
updateToSchemaVersion930,
|
||||
updateToSchemaVersion940,
|
||||
updateToSchemaVersion950,
|
||||
];
|
||||
|
||||
export function updateSchema(db: Database, logger: LoggerType): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue