Skip to content

Commit

Permalink
Fix update from GLPI >= 9.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Nov 7, 2022
1 parent 708c896 commit b82b650
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inc/update.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,13 @@ public function doUpdates($current_version = null) {
update956to957();
break;

case "9.5.7":
case "9.5.8":
case "9.5.9":
case "9.5.10":
case "9.5.11":
// no schema update since 9.5.7

case GLPI_VERSION:
case GLPI_SCHEMA_VERSION:
break;
Expand Down

0 comments on commit b82b650

Please sign in to comment.