diff --git a/include/dbstructure.php b/include/dbstructure.php index bd35d0974a..0236f57781 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -1453,6 +1453,7 @@ function dbstructure_run(&$argv, &$argc) { switch ($argv[1]) { case "update": update_structure(true, true); + set_config('system','build',DB_UPDATE_VERSION); return; case "dumpsql": print_structure(db_definition());