Changeset 8108
- Timestamp:
- Jan 23, 2023, 8:43:16 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.19-stable/src/core/net/sf/basedb/core/Update.java
r8097 r8108 779 779 if (schemaVersion < 152) 780 780 { 781 if (progress != null) progress.display((int)(progress_current), "--Updating schema version: " + schemaVersion + " -> 15 0...");781 if (progress != null) progress.display((int)(progress_current), "--Updating schema version: " + schemaVersion + " -> 152..."); 782 782 schemaVersion = setSchemaVersionInTransaction(session, 152); 783 783 progress_current += progress_step;
Note: See TracChangeset
for help on using the changeset viewer.