summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-09 22:36:57 +0300
committergitlabhq <m@gitlabhq.com>2011-10-09 22:36:57 +0300
commit035196e7a8c839ce14e280d0c7230b3ce34076fe (patch)
treed145b75f8575260ac51eb0244782060b7def30c7 /db
parent67f0c62d0737ceeeb1babc953fbab41438e8d4f2 (diff)
downloadgitlab-ce-035196e7a8c839ce14e280d0c7230b3ce34076fe.tar.gz
test fix
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index ed5816ca329..befe0b2a518 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -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