Skip to content

Commit

Permalink
Missed a version bump in the db file.
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Jul 15, 2023
1 parent 5ada9c9 commit 329909a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function upgrade(){

$config->rebuild();
}
if($version=="21.01"){
if($version=="23.01"){
error_log("Applying database update from 23.01 to 23.02");
$results[]=applyupdate("db-23.01-to-23.02.sql");

Expand Down
2 changes: 1 addition & 1 deletion db-23.01-to-23.02.sql
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
--- No actual db schema changes in this version, only a version bump
---

UPDATE fac_Config set Value="23.01" WHERE Parameter="Version";
UPDATE fac_Config set Value="23.02" WHERE Parameter="Version";

0 comments on commit 329909a

Please sign in to comment.