Ignore:
Timestamp:
Dec 6, 2013, 9:21:53 PM (10 years ago)
Author:
mistic100
Message:

feature 3009: Don't delete 'lat' and 'lon' fields in case users try to delete an old plugin using them (SQL crash)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/139-database.php

    r25801 r25802  
    5858;';
    5959  pwg_query($query);
    60  
    61   // delete old fields
    62   $query = '
    63 ALTER TABLE '. IMAGES_TABLE .'
    64   DROP `lat`,
    65   DROP `lon`
    66 ;';
    67   pwg_query($query);
    6860}
    6961
Note: See TracChangeset for help on using the changeset viewer.