From 1abe7372404a9d65f3b59eda2d83e628267b366d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 19 Oct 2014 23:01:51 +0200 Subject: Clean up the postgres changes Style cleanup and some regression fixes Signed-off-by: Florian Pritz --- application/migrations/003_add_referrers.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'application/migrations/003_add_referrers.php') diff --git a/application/migrations/003_add_referrers.php b/application/migrations/003_add_referrers.php index 9ca167eab..e30f1faef 100644 --- a/application/migrations/003_add_referrers.php +++ b/application/migrations/003_add_referrers.php @@ -42,8 +42,7 @@ class Migration_Add_referrers extends CI_Migration { public function down() { - if ($this->db->dbdriver == 'postgre') - { + if ($this->db->dbdriver == 'postgre') { $this->db->query(' ALTER TABLE "users" DROP "referrer" '); -- cgit v1.2.3-24-g4f1b