From 8713c588608b3255f8f2abd23af070b4ae66e721 Mon Sep 17 00:00:00 2001 From: Ilya Zhitomirskiy Date: Mon, 31 Oct 2011 15:19:02 -0700 Subject: [PATCH] updated schema --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index 8ef10773d..a2b1512c2 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -109,6 +109,7 @@ ActiveRecord::Schema.define(:version => 20111026173547) do t.string "service" t.string "identifier" t.boolean "admin", :default => false + t.string "language", :default => "en" end add_index "invitations", ["aspect_id"], :name => "index_invitations_on_aspect_id"