Merge branch 'master' into rails3
Conflicts: .gitignore app/models/task.rb app/models/workgroup.rb app/views/shared/_group_form.html.haml config/locales/de.yml db/schema.rb
This commit is contained in:
commit
182742fbec
10 changed files with 46 additions and 26 deletions
|
|
@ -0,0 +1,9 @@
|
|||
class AddNextWeeklyTasksNumberToWorkgroups < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :groups, :next_weekly_tasks_number, :integer, :default => 8
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :groups, :next_weekly_tasks_number
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue