just because I like case-sensitivity in SQL :-)
这个提交包含在:
父节点
0a4827fa3e
当前提交
1931f41ad0
共有 1 个文件被更改,包括 6 次插入 和 6 次删除
|
|
@ -20,11 +20,11 @@ class Migration_wide_themes extends CI_Migration
|
|||
|
||||
public function down()
|
||||
{
|
||||
$this->db->query("delete from themes where foldername = 'blue_wide';");
|
||||
$this->db->query("delete from themes where foldername = 'cosmo_wide';");
|
||||
$this->db->query("delete from themes where foldername = 'cyborg_wide';");
|
||||
$this->db->query("delete from themes where foldername = 'darkly_wide';");
|
||||
$this->db->query("delete from themes where foldername = 'default_wide';");
|
||||
$this->db->query("delete from themes where foldername = 'superhero_wide';");
|
||||
$this->db->query("DELETE FROM themes WHERE foldername = 'blue_wide';");
|
||||
$this->db->query("DELETE FROM themes WHERE foldername = 'cosmo_wide';");
|
||||
$this->db->query("DELETE FROM themes WHERE foldername = 'cyborg_wide';");
|
||||
$this->db->query("DELETE FROM themes WHERE foldername = 'darkly_wide';");
|
||||
$this->db->query("DELETE FROM themes WHERE foldername = 'default_wide';");
|
||||
$this->db->query("DELETE FROM themes WHERE foldername = 'superhero_wide';");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用