diff options
Diffstat (limited to 'includes/db_schema/db_schema_14_15.php')
| -rw-r--r-- | includes/db_schema/db_schema_14_15.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_schema/db_schema_14_15.php b/includes/db_schema/db_schema_14_15.php index 233e27151e..234bde78a7 100644 --- a/includes/db_schema/db_schema_14_15.php +++ b/includes/db_schema/db_schema_14_15.php @@ -35,7 +35,7 @@ if (!defined('WT_WEBTREES')) { } // Remove the i_isdead column -self::exec("DELETE FROM `##gedcom_setting` WHERE setting_name='GEDCOM_DEFAULT_TAB'"); +self::exec("DELETE FROM `##gedcom_setting` WHERE setting_name='GEDCOM_DEFAULT_TAB', 'LINK_ICONS', 'ZOOM_BOXES'"); self::exec("DELETE FROM `##user_setting` WHERE setting_name='default'"); // There is no way to add a RESN tag to NOTE objects |
