diff --git a/db/schema.rb b/db/schema.rb --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20081107145815) do +ActiveRecord::Schema.define(:version => 20081204122651) do create_table "announcements", :force => true do |t| t.string "author" @@ -182,6 +182,7 @@ t.string "email" t.integer "site_id" t.integer "country_id" + t.boolean "activated", :default => false end add_index "users", ["login"], :name => "index_users_on_login", :unique => true