Issue #83 - Project limit
This commit is contained in:
parent
9840102651
commit
67f0c62d07
13 changed files with 45 additions and 9 deletions
5
db/migrate/20111009110913_add_projects_limit_to_user.rb
Normal file
5
db/migrate/20111009110913_add_projects_limit_to_user.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddProjectsLimitToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :projects_limit, :integer, :default => 10
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue