www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit be6c2f28622a4c52a7cd4377e673f4a61a59c43d
parent c8b3863b9cdab0673067d25b87753eb6c42ce9b4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 19 May 2006 12:21:13 +0000

Once will be enough


Diffstat:
Mchrome/chromeFiles/content/scholar/db.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/chromeFiles/content/scholar/db.js b/chrome/chromeFiles/content/scholar/db.js @@ -421,6 +421,7 @@ Scholar.DB = new function(){ + "DROP TABLE IF EXISTS objectData; DROP TABLE IF EXISTS objectKeywords; " + "DROP TABLE IF EXISTS objectTypeFields; DROP TABLE IF EXISTS objectTypes; " + "DROP TABLE IF EXISTS objects; DROP TABLE IF EXISTS treeOrder;"); + _updateDBVersion(i); } if (i==10){