#231: removed unnecessary code
This commit is contained in:
parent
81936dd3c4
commit
35b0190a55
|
@ -24,7 +24,6 @@ class CreatePlatformArchSettings < ActiveRecord::Migration
|
||||||
end
|
end
|
||||||
|
|
||||||
def down
|
def down
|
||||||
remove_index :platform_arch_settings, :column => [:platform_id, :arch_id]
|
|
||||||
drop_table :platform_arch_settings
|
drop_table :platform_arch_settings
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue