Skip to content

Commit

Permalink
Removing reference to new osp structure
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios committed Aug 14, 2014
1 parent 083dc22 commit 4cd6ad0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openstudiocore/src/project/ProjectDatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,10 @@ namespace detail {
update_1_0_6_to_1_0_7(dbv);
}

if (dbv < VersionString("1.3.6")) {
update_1_3_5_to_1_3_6(dbv);
}
// Commenting this out to ignore changes that involve the new osp table structure
//if (dbv < VersionString("1.3.6")) {
// update_1_3_5_to_1_3_6(dbv);
//}

if (dbv < osv) {
LOG(Info,"Updating database version to " << osv << ".");
Expand Down

0 comments on commit 4cd6ad0

Please sign in to comment.