icon for handler of sortable
This commit is contained in:
parent
df016465cd
commit
e6bba9be4f
4 changed files with 13 additions and 1 deletions
5
db/migrate/20111015154310_add_position_to_issues.rb
Normal file
5
db/migrate/20111015154310_add_position_to_issues.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPositionToIssues < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :issues, :position, :integer, :default => 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue