Change calling_code to country_code.

This commit is contained in:
FusionPBX 2020-05-26 13:33:36 -06:00 committed by GitHub
parent e44bd933b0
commit 796932795b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
$database = new database;
$num_rows = $database->select($sql, null, 'column');
if ($num_rows == 0) {
$sql = "insert into v_countries (country_uuid, country, iso_a2, iso_a3, num, calling_code) values ";
$sql = "insert into v_countries (country_uuid, country, iso_a2, iso_a3, num, country_code) values ";
$sql .= "('".uuid()."', 'Afghanistan', 'AF', 'AFG', 4, '93'), ";
$sql .= "('".uuid()."', 'Albania', 'AL', 'ALB', 8, '355'), ";
$sql .= "('".uuid()."', 'Algeria', 'DZ', 'DZA', 12, '213'), ";