Commit cbd3a9cb9e074579a71d1164a647245e3d9bd78b

Authored by Gabriela Navarro
1 parent 924e284e

Add drop message

db/migrate/20150720180509_software_release_date.rb
@@ -38,5 +38,6 @@ class SoftwareReleaseDate < ActiveRecord::Migration @@ -38,5 +38,6 @@ class SoftwareReleaseDate < ActiveRecord::Migration
38 end 38 end
39 39
40 def down 40 def down
  41 + say "This can't be reverted"
41 end 42 end
42 end 43 end
db/migrate/20150720190133_change_blocks_mirror_option.rb
@@ -34,5 +34,6 @@ class ChangeBlocksMirrorOption < ActiveRecord::Migration @@ -34,5 +34,6 @@ class ChangeBlocksMirrorOption < ActiveRecord::Migration
34 end 34 end
35 35
36 def down 36 def down
  37 + say "This can't be reverted"
37 end 38 end
38 end 39 end