This commit is contained in:
Dan Stillman 2006-08-13 22:30:25 +00:00
parent cfc13ee9ac
commit 496daebd8e

View file

@ -401,7 +401,7 @@ Scholar.Schema = new function(){
// //
// Change this value to match the schema version // Change this value to match the schema version
// //
var toVersion = 39; var toVersion = 40;
if (toVersion != _getSchemaSQLVersion()){ if (toVersion != _getSchemaSQLVersion()){
throw('Schema version does not match version in _migrateSchema()'); throw('Schema version does not match version in _migrateSchema()');