Changeset 3121


Ignore:
Timestamp:
Feb 8, 2007, 11:47:59 AM (16 years ago)
Author:
Johan Enell
Message:

References #488. Update schema version without validating the measured …

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.1/src/core/net/sf/basedb/core/Update.java

    r3086 r3121  
    502502      {
    503503        if (progress != null) progress.display((int)(28*progress_factor), "--Updating schema version: " + schemaVersion + " -> 29...");
    504         schemaVersion = updateToSchemaVersion29(session);
     504        schemaVersion = setSchemaVersionInTransaction(session, 29);
    505505      }
    506506     
Note: See TracChangeset for help on using the changeset viewer.