mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Fixed typo in migscript
This commit is contained in:
parent
c0f08d2be7
commit
d9dc458658
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ class Migration_dxcc_index extends CI_Migration {
|
|||
|
||||
public function down(){
|
||||
$this->db->query("ALTER TABLE dxcc_prefixes DROP INDEX idx_dxcc_prefixes_logic");
|
||||
$this->db->query("ALTER TABLE dxcc_exceptions DROP INDEX idx_dxcc_eceptions_logic");
|
||||
$this->db->query("ALTER TABLE dxcc_exceptions DROP INDEX idx_dxcc_exceptions_logic");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue