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