small change to ADMIN_adjust_GMTnow script add index to vicidial_list for postal_code
git-svn-id: svn://192.168.202.10@405 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -267,7 +267,8 @@ index (phone_number),
|
||||
index (list_id),
|
||||
index (called_since_last_reset),
|
||||
index (status),
|
||||
index (gmt_offset_now)
|
||||
index (gmt_offset_now),
|
||||
index (postal_code)
|
||||
);
|
||||
|
||||
CREATE TABLE vicidial_hopper (
|
||||
|
||||
@@ -43,3 +43,5 @@ DST_range VARCHAR(8),
|
||||
country CHAR(3),
|
||||
country_code SMALLINT(5) UNSIGNED
|
||||
);
|
||||
|
||||
ALTER TABLE vicidial_list ADD index (postal_code);
|
||||
|
||||
Reference in New Issue
Block a user