Skip to content
Snippets Groups Projects
Commit fc9f1501 authored by Sebastien DUMETZ's avatar Sebastien DUMETZ
Browse files

temporary disable missing articles creation to prevent a SQLITE_MISUSE error

parent 8bfadc02
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ export default abstract class CleanVfs extends BaseVfs{
let cleanups = [
this.cleanLooseObjects,
this.checkForMissingObjects,
this.fixMissingArticles,
//this.fixMissingArticles,
];
for (let fn of cleanups){
await fn.call(this);
......
Subproject commit 3b3b0dcc7ec04c37a8c3d09cfb71ae306253c492
Subproject commit ea7775e3f2faf623250c957e5ce4b77d948cde58
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment