mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
db update :)
git-svn-id: http://www.observium.org/svn/observer/trunk@2805 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -137,6 +137,11 @@ if (file_exists('.svn'))
|
||||
echo("Running pre-revision 2245 (0.11.5) SQL update script...\n");
|
||||
shell_exec("scripts/update-sql.php database-update-pre2245.sql");
|
||||
}
|
||||
if ($db_rev+0 < "2804")
|
||||
{
|
||||
echo("Running pre-revision 2804 (0.11.12) SQL update script...\n");
|
||||
shell_exec("scripts/update-sql.php database-update-pre2804.sql");
|
||||
}
|
||||
echo("Running development SQL update script to update from r$db_rev to r" . trim($dbu_rev) . "...\n");
|
||||
shell_exec("scripts/update-sql.php database-update.sql");
|
||||
if ($db_rev == 0)
|
||||
|
||||
Reference in New Issue
Block a user