From dd3ad3ed273f4e2a71d6c6b669f85e7081421a12 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 26 Jul 2012 09:40:45 +0200 Subject: fix typo in migration "add username index" Signed-off-by: Florian Pritz --- application/migrations/006_add_username_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/migrations') diff --git a/application/migrations/006_add_username_index.php b/application/migrations/006_add_username_index.php index cdeefedc4..ea5e3ebc0 100644 --- a/application/migrations/006_add_username_index.php +++ b/application/migrations/006_add_username_index.php @@ -14,7 +14,7 @@ class Migration_Add_username_index extends CI_Migration { public function down() { $this->db->query(" - ALTER TABLE `files` + ALTER TABLE `users` DROP INDEX `username`; "); } -- cgit v1.2.3-24-g4f1b