1.0.2
This commit is contained in:
parent
7b5799a979
commit
ef2bf15204
28 changed files with 104 additions and 37 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