Changeset 8108


Ignore:
Timestamp:
Jan 23, 2023, 8:43:16 AM (8 months ago)
Author:
Nicklas Nordborg
Message:

The update printed an incorrect version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.19-stable/src/core/net/sf/basedb/core/Update.java

    r8097 r8108  
    779779      if (schemaVersion < 152)
    780780      {
    781         if (progress != null) progress.display((int)(progress_current), "--Updating schema version: " + schemaVersion + " -> 150...");
     781        if (progress != null) progress.display((int)(progress_current), "--Updating schema version: " + schemaVersion + " -> 152...");
    782782        schemaVersion = setSchemaVersionInTransaction(session, 152);
    783783        progress_current += progress_step;
Note: See TracChangeset for help on using the changeset viewer.