mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
table
This commit is contained in:
parent
1d02b922b5
commit
b6288679dc
@ -39,7 +39,7 @@ class Spamadmin extends CI_Controller
|
|||||||
$this->dbforge->add_key('id', true);
|
$this->dbforge->add_key('id', true);
|
||||||
$this->dbforge->add_key('pid');
|
$this->dbforge->add_key('pid');
|
||||||
$this->dbforge->add_key('ip');
|
$this->dbforge->add_key('ip');
|
||||||
$this->dbforge->create_table('pastes', true);
|
$this->dbforge->create_table('pid_ip', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user