www

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

commit 6b5ba60acfb2b4f658feab5c0c226ccf50ec08f6
parent 3f398783d178b8598828fd7b073937fb6c74fca5
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 16 May 2006 07:24:37 +0000

More helpful comment in Scholar.DB._migrateSchema()


Diffstat:
Mchrome/chromeFiles/content/scholar/db.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/chromeFiles/content/scholar/db.js b/chrome/chromeFiles/content/scholar/db.js @@ -407,7 +407,8 @@ Scholar.DB = new function(){ // Each block performs the changes necessary to move from the // previous revision to that one. // - // N.B. Be sure to call _updateDBVersion(i) at the end of each block! + // N.B. Be sure to call _updateDBVersion(i) at the end of each block and + // update SCHOLAR_CONFIG['DB_VERSION'] to the target version for (var i=parseInt(fromVersion) + 1; i<=toVersion; i++){ // For now, just wipe and recreate