mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Speed
This commit is contained in:
@@ -255,9 +255,9 @@ class Update extends CI_Controller {
|
||||
}
|
||||
|
||||
// Clear the tables, ready for new data
|
||||
$this->db->empty_table("dxcc_entities");
|
||||
$this->db->empty_table("dxcc_exceptions");
|
||||
$this->db->empty_table("dxcc_prefixes");
|
||||
$this->db->query("TRUNCATE TABLE dxcc_entities");
|
||||
$this->db->query("TRUNCATE TABLE dxcc_exceptions");
|
||||
$this->db->query("TRUNCATE TABLE dxcc_prefixes");
|
||||
$this->update_status();
|
||||
|
||||
// Parse the three sections of the file and update the tables
|
||||
|
||||
Reference in New Issue
Block a user