diff --git a/agc_2-X/trunk/UPGRADE b/agc_2-X/trunk/UPGRADE index e0377d3e..a77a2493 100644 --- a/agc_2-X/trunk/UPGRADE +++ b/agc_2-X/trunk/UPGRADE @@ -9,6 +9,9 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom use asterisk \. /path/from/root/extras/upgrade_2.0.2.sql quit + /usr/share/astguiclient/ADMIN_area_code_populate.pl + The Daylight Savings Time scheme for the USA and Canada has been + updated for the 2007 changes. Also, Brazil DST has been added. 2. The astguiclient web directory has been removed and the astguiclient/admin.php functions have been merged into the diff --git a/agc_2-X/trunk/extras/upgrade_2.0.2.sql b/agc_2-X/trunk/extras/upgrade_2.0.2.sql index ed9fffb5..cd6a5ade 100644 --- a/agc_2-X/trunk/extras/upgrade_2.0.2.sql +++ b/agc_2-X/trunk/extras/upgrade_2.0.2.sql @@ -18,8 +18,7 @@ index (campaign_id), index (server_ip) ); - - - ALTER TABLE servers ADD vicidial_balance_active ENUM('Y','N') default 'N'; ALTER TABLE servers ADD balance_trunks_offlimits SMALLINT(5) UNSIGNED default '0'; + +DELETE from vicidial_phone_codes;