#231: removed unnecessary code

This commit is contained in:
Vokhmin Alexey V 2013-07-25 14:02:47 +04:00
parent 81936dd3c4
commit 35b0190a55
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ class CreatePlatformArchSettings < ActiveRecord::Migration
end
def down
remove_index :platform_arch_settings, :column => [:platform_id, :arch_id]
drop_table :platform_arch_settings
end
end