diff options
author | Francis Irving <francis@mysociety.org> | 2010-07-27 01:26:34 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-07-27 01:26:34 +0100 |
commit | 76248d14299c913403a1d59b2bc5cfe6aa537f6e (patch) | |
tree | 47fbfc8105a449072da205e297a95d04886078de /app/models/user.rb | |
parent | 96adf4afbe8cb276f869633837184cc8770925a1 (diff) |
Update model annotations.
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 45b2b3836..74785b93e 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 85 +# Schema version: 89 # # Table name: users # @@ -15,6 +15,7 @@ # 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 # # models/user.rb: |