www

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

commit 496daebd8edf0e395f6fbee51953c48546d96327
parent cfc13ee9ac4f5763350d80de45485ba8560e99f1
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 13 Aug 2006 22:30:25 +0000

Oops


Diffstat:
Mchrome/chromeFiles/content/scholar/xpcom/schema.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/chromeFiles/content/scholar/xpcom/schema.js b/chrome/chromeFiles/content/scholar/xpcom/schema.js @@ -401,7 +401,7 @@ Scholar.Schema = new function(){ // // Change this value to match the schema version // - var toVersion = 39; + var toVersion = 40; if (toVersion != _getSchemaSQLVersion()){ throw('Schema version does not match version in _migrateSchema()');