Adding a primary key just for SQL sanity sake :)

This commit is contained in:
Corby Krick
2013-02-26 22:10:14 -06:00
parent f630dde7ce
commit 364bb9541e

View File

@@ -4,6 +4,7 @@ class Migration_add_config_table extends CI_Migration {
public function up()
{
$this->dbforge->add_field('id');
$this->dbforge->add_field(array(
'lotw_download_url' => array(
@@ -20,6 +21,7 @@ class Migration_add_config_table extends CI_Migration {
),
));
$this->dbforge->create_table('config');
$data = array(