kopia lustrzana https://github.com/magicbug/Cloudlog
Adding a primary key just for SQL sanity sake :)
rodzic
f630dde7ce
commit
364bb9541e
|
@ -4,7 +4,8 @@ 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(
|
||||
'type' => 'VARCHAR',
|
||||
|
@ -20,6 +21,7 @@ class Migration_add_config_table extends CI_Migration {
|
|||
),
|
||||
));
|
||||
|
||||
|
||||
$this->dbforge->create_table('config');
|
||||
|
||||
$data = array(
|
||||
|
|
Ładowanie…
Reference in New Issue