From 2d76c9ae47d771a780f026aeb5838ef268e8b060 Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 27 Feb 2014 22:53:43 +0000 Subject: [PATCH] build-base.php now calls includes/sql-schema/update.php --- build-base.php | 2 ++ 1 file changed, 2 insertions(+) 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"); + ?>