This commit is contained in:
gitlabhq 2011-10-09 22:36:57 +03:00
parent 67f0c62d07
commit 035196e7a8
4 changed files with 12 additions and 3 deletions

View file

@ -70,7 +70,7 @@ ActiveRecord::Schema.define(:version => 20111009111204) do
t.datetime "updated_at"
t.string "name"
t.boolean "admin", :default => false, :null => false
t.integer "projects_limit"
t.integer "projects_limit", :default => 10
end
add_index "users", ["email"], :name => "index_users_on_email", :unique => true