diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-15 14:33:05 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-15 14:33:05 +0100 |
commit | 5b372d8c5d6d66a11a9329633c208b257003f59e (patch) | |
tree | 276f7d0d64e1c57d06231e05225cd7419583deba /app/models/user.rb | |
parent | 3ecbcf1abd036965740813583302ac9c344b8b7a (diff) |
Update model annotations.
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 7af3ad2d3..23843be06 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 80 +# Schema version: 84 # # Table name: users # @@ -15,7 +15,6 @@ # 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 -# profile_photo_id :integer # # models/user.rb: |