diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
commit | 22c2a8ce8c363e53e593128ec2e3f26aa8f259f1 (patch) | |
tree | eaf3ba72aa272b549b4d1544204e4c5eb3e09c55 /app/models/user.rb | |
parent | 57cc5eff8b5e3050e3d6a66f7167fc28af329163 (diff) | |
parent | 84190999aa57c5ea6e87f51adadde58d56b22682 (diff) |
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index e98d777b1..b6839aa31 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: users # @@ -10,13 +10,14 @@ # salt :string(255) not null # created_at :datetime not null # updated_at :datetime not null -# email_confirmed :boolean default(false), not null +# email_confirmed :boolean default(FALSE), not null # url_name :text not null # last_daily_track_email :datetime default(Sat Jan 01 00:00:00 UTC 2000) # admin_level :string(255) default("none"), not null # ban_text :text default(""), not null # about_me :text default(""), not null -# email_bounced_at :datetime +# locale :string(255) +# email_bounced_at :datetime # email_bounce_message :text default(""), not null # |