aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/db/139-database.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/install/db/139-database.php b/install/db/139-database.php
index d8fc59419..a1d6e8bb5 100644
--- a/install/db/139-database.php
+++ b/install/db/139-database.php
@@ -57,14 +57,6 @@ UPDATE '. IMAGES_TABLE .'
AND lon != NULL
;';
pwg_query($query);
-
- // delete old fields
- $query = '
-ALTER TABLE '. IMAGES_TABLE .'
- DROP `lat`,
- DROP `lon`
-;';
- pwg_query($query);
}
echo "\n".$upgrade_description."\n";