parent
09fd2d4c35
commit
d2225e21de
@ -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…
Reference in new issue