some minor bug fixes and queue_log fix for leave-3way in vdc_db_query.php and vicidial.php

git-svn-id: svn://192.168.202.10@989 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-10-26 14:41:19 +00:00
parent fda420c673
commit 4f21b6722a
6 changed files with 41 additions and 12 deletions
+2 -1
View File
@@ -95,6 +95,7 @@ vicidial_balance_active ENUM('Y','N') default 'N',
balance_trunks_offlimits SMALLINT(5) UNSIGNED default '0'
);
CREATE UNIQUE INDEX server_id on servers (server_id);
CREATE TABLE live_channels (
channel VARCHAR(100) NOT NULL,
@@ -1324,7 +1325,7 @@ INSERT INTO vicidial_phone_codes (country_code, country, areacode, state, GMT_of
UPDATE system_settings SET qc_last_pull_time=NOW();
UPDATE system_settings SET db_schema_version='1110';
UPDATE system_settings SET db_schema_version='1111';
GRANT RELOAD ON *.* TO cron@'%';
GRANT RELOAD ON *.* TO cron@localhost;