remove broken migration
This commit is contained in:
parent
bab3a90155
commit
e1f1e4aff4
|
@ -1,8 +0,0 @@
|
||||||
class RemoveOrphanPlatforms < ActiveRecord::Migration
|
|
||||||
def self.up
|
|
||||||
Platform.all.each {|x| x.destroy unless x.owner.present?}
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.down
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue