From 4d5e1031cf1d882a1a8d48cf5b864bad40439713 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 10 Nov 2006 21:18:40 +0000 Subject: [PATCH] update of instructions and upgrade SQL file git-svn-id: svn://192.168.202.10@385 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/UPGRADE | 3 +++ agc_2-X/trunk/extras/upgrade_2.0.2.sql | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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;