diff --git a/build-base.php b/build-base.php index fc008c5b97..d11b51ae59 100644 --- a/build-base.php +++ b/build-base.php @@ -20,4 +20,6 @@ while( !feof( $sql_fh ) ) { fclose($sql_fh); +include("includes/sql-schema/update.php"); + ?>