aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
diff options
context:
space:
mode:
authortony <tony>2009-03-09 15:48:32 +0000
committertony <tony>2009-03-09 15:48:32 +0000
commit828f73e10cea0e6be417d977c4b5f7f10ceae9b1 (patch)
treeb08f263cab0320c063887946d0c968a9d155f7c2 /app/models/user.rb
parent0c2f263b6d3117fbb38740432284b31a0a474164 (diff)
Update models and schema for new table
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index fed9de990..8ef0b7193 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,5 +1,5 @@
# == Schema Information
-# Schema version: 73
+# Schema version: 74
#
# Table name: users
#
@@ -23,7 +23,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: user.rb,v 1.82 2009-03-09 01:17:06 francis Exp $
+# $Id: user.rb,v 1.83 2009-03-09 15:48:32 tony Exp $
require 'digest/sha1'