#164 - 20130819013955_update_projects.rb error

This commit is contained in:
Karel Picman 2013-10-21 08:14:48 +02:00
parent d06d9c9d03
commit 142eebd076

View File

@ -23,6 +23,6 @@ class UpdateProjects < ActiveRecord::Migration
end end
def self.down def self.down
remove_column :porojects, :dmsf_notification remove_column :projects, :dmsf_notification
end end
end end