Skip to content

Commit

Permalink
Forgot to save the install.php update
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Mar 4, 2019
1 parent e5ffa37 commit 51dafc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,11 @@ function workdamnit($numeric=true,&$PreNamedPorts,&$PowerPorts,&$ConvertedCDUs){
if($version=="18.01"){
$results[]=applyupdate("db-18.01-to-18.02.sql");

$config->rebuild();
}
if($version=="18.02"){
$results[]=applyupdate("db-18.02-to-19.01.sql");

$config->rebuild();
}
}
Expand Down

0 comments on commit 51dafc3

Please sign in to comment.