Removing empty migrations

pull/6827/head
Gregor Schmidt 13 years ago
parent 09fd2d4c35
commit d2225e21de
  1. 9
      db/migrate/013_fill_position.rb
  2. 9
      db/migrate/014_fix_positions.rb
  3. 9
      db/migrate/015_order_tasks_using_tree.rb
  4. 9
      db/migrate/016_remove_task_position.rb
  5. 9
      db/migrate/018_fix_story_positions_again.rb

@ -1,9 +0,0 @@
class FillPosition < ActiveRecord::Migration
def self.up
#no longer necessary and did only set a default position
end
def self.down
#pass
end
end

@ -1,9 +0,0 @@
class FixPositions < ActiveRecord::Migration
def self.up
#no longer necessary and did only set a default position
end
def self.down
#pass
end
end

@ -1,9 +0,0 @@
class OrderTasksUsingTree < ActiveRecord::Migration
def self.up
#no longer necessary and did only set a default position
end
def self.down
#pass
end
end

@ -1,9 +0,0 @@
class RemoveTaskPosition < ActiveRecord::Migration
def self.up
#no longer necessary and did only correct position on tasks
end
def self.down
#pass
end
end

@ -1,9 +0,0 @@
class FixStoryPositionsAgain < ActiveRecord::Migration
def self.up
#no longer necessary and did only set a default position
end
def self.down
#pass
end
end
Loading…
Cancel
Save