aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-18 05:29:26 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-18 05:29:26 +0100
commit3981460a8b2e5924e9b833ea214bc6ce0c3dfe33 (patch)
tree271457f63f61e97d6e906478300ec89e017c027f /db/schema.rb
parent57aa8cc12e47efd6f79acd7349d4805cd4c986b9 (diff)
Editable about me text
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a6d5e8f55..e172a6e7e 100644
--- 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 => 85) do
+ActiveRecord::Schema.define(:version => 87) do
create_table "acts_as_xapian_jobs", :force => true do |t|
t.string "model", :null => false
@@ -245,6 +245,7 @@ ActiveRecord::Schema.define(:version => 85) do
t.datetime "last_daily_track_email", :default => '2000-01-01 00:00:00'
t.string "admin_level", :default => "none", :null => false
t.text "ban_text", :default => "", :null => false
+ t.text "about_me", :default => "", :null => false
end
add_index "users", ["url_name"], :name => "index_users_on_url_name", :unique => true