This commit is contained in:
Claude 2012-06-14 08:30:17 +02:00
parent 1d02b922b5
commit b6288679dc

View File

@ -39,7 +39,7 @@ class Spamadmin extends CI_Controller
$this->dbforge->add_key('id', true);
$this->dbforge->add_key('pid');
$this->dbforge->add_key('ip');
$this->dbforge->create_table('pastes', true);
$this->dbforge->create_table('pid_ip', true);
}
}