From 142eebd076d951aa89ef05035e1c229b80af7ded Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Mon, 21 Oct 2013 08:14:48 +0200 Subject: [PATCH] #164 - 20130819013955_update_projects.rb error --- db/migrate/20130819013955_update_projects.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20130819013955_update_projects.rb b/db/migrate/20130819013955_update_projects.rb index c41f2e2d..58901ac2 100644 --- a/db/migrate/20130819013955_update_projects.rb +++ b/db/migrate/20130819013955_update_projects.rb @@ -23,6 +23,6 @@ class UpdateProjects < ActiveRecord::Migration end def self.down - remove_column :porojects, :dmsf_notification + remove_column :projects, :dmsf_notification end end \ No newline at end of file