Changeset 4136
- Timestamp:
- Feb 11, 2008, 10:53:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/Update.java
r4131 r4136 834 834 if (schemaVersion < 48) 835 835 { 836 if (progress != null) progress.display((int)(47*progress_factor), " Updating schema version: " + schemaVersion + " -> 48...");836 if (progress != null) progress.display((int)(47*progress_factor), "--Updating schema version: " + schemaVersion + " -> 48..."); 837 837 schemaVersion = setSchemaVersionInTransaction(session, 48); 838 838 } … … 846 846 if (schemaVersion < 50) 847 847 { 848 if (progress != null) progress.display((int)(49*progress_factor), " Updating schema version: " + schemaVersion + " -> 50...");848 if (progress != null) progress.display((int)(49*progress_factor), "--Updating schema version: " + schemaVersion + " -> 50..."); 849 849 schemaVersion = setSchemaVersionInTransaction(session, 50); 850 850 }
Note: See TracChangeset
for help on using the changeset viewer.