simplified dbsv mutation 120
This commit is contained in:
+2
-2
@@ -353,8 +353,8 @@
|
|||||||
|
|
||||||
function dbv_120() // remove obsolete tables of very old, discarded map code
|
function dbv_120() // remove obsolete tables of very old, discarded map code
|
||||||
{
|
{
|
||||||
if (sql_table_exists('mapresult')) sql("DROP TABLE `mapresult`");
|
sql("DROP TABLE IF EXISTS `mapresult`");
|
||||||
if (sql_table_exists('mapresult_data')) sql("DROP TABLE `mapresult_data`");
|
sql("DROP TABLE IF EXISTS `mapresult_data`");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user