Update db user_version within transaction
This commit is contained in:
parent
36db532f31
commit
3a631a587f
15 changed files with 32 additions and 30 deletions
|
@ -41,9 +41,9 @@ export function updateToSchemaVersion920(
|
|||
);
|
||||
|
||||
logger.info('updateToSchemaVersion920: Done with deletions');
|
||||
})();
|
||||
|
||||
db.pragma('user_version = 920');
|
||||
db.pragma('user_version = 920');
|
||||
})();
|
||||
|
||||
logger.info(
|
||||
'updateToSchemaVersion920: user_version set to 920. Starting vacuum...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue