Don't do a VACUUM in the middle of a transaction
This commit is contained in:
parent
d921d8239a
commit
b2284f2404
|
@ -1120,7 +1120,6 @@ Zotero.Schema = new function(){
|
|||
Zotero.DB.query("ALTER TABLE fulltextItems ADD indexedChars INT");
|
||||
Zotero.DB.query("ALTER TABLE fulltextItems ADD totalChars INT");
|
||||
Zotero.DB.query("DELETE FROM version WHERE schema='fulltext'");
|
||||
Zotero.DB.query("VACUUM");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user