class FixStoryPositionsAgain < ActiveRecord::Migration def self.up #no longer necessary and did only set a default position end def self.down #pass end end