reverted 3d22e3c1: distance.php is old stuff

updates #248
This commit is contained in:
following
2013-07-10 21:53:12 +02:00
parent f98a94f3ed
commit 65359eaadb
4 changed files with 251 additions and 194 deletions

View File

@@ -31,7 +31,7 @@
// maintain.php will not fit either.
}
if (!sql_function_exists('distance') || !sql_procedure_exists('sp_touch_cache'))
if (!sql_procedure_exists('sp_touch_cache'))
{
// We need a consistent starting point including triggers & functions, and it's
// safer not to decide HERE which trigger version to install.
@@ -320,6 +320,11 @@
update_triggers();
}
function dbv_115() // remove obsolete functions
{
update_triggers();
}
// When adding new mutations, take care that they behave well if run multiple
// times. This improves robustness of database versioning.