OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/db/migrate/018_fix_story_positions_aga...

10 lines
173 B

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