test fix
This commit is contained in:
parent
67f0c62d07
commit
035196e7a8
4 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue