diff --git a/application/migrations/044_add_key_to_lotw_certs.php b/application/migrations/044_add_key_to_lotw_certs.php index 7a7f2b89..6d50f64c 100644 --- a/application/migrations/044_add_key_to_lotw_certs.php +++ b/application/migrations/044_add_key_to_lotw_certs.php @@ -16,6 +16,6 @@ class Migration_add_key_to_lotw_certs extends CI_Migration { public function down() { - $this->dbforge->drop_column('lotw_certs', 'key'); + $this->dbforge->drop_column('lotw_certs', 'cert_key'); } -} \ No newline at end of file +}