From 6b75eca45716307f6834fc35bcf04ddc4e896be1 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Thu, 10 Jan 2013 15:21:12 +0400 Subject: [PATCH] #780: update schema.rb --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 8798d0c49..cb5c6635a 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20121225103309) do +ActiveRecord::Schema.define(:version => 20130110104600) do create_table "activity_feeds", :force => true do |t| t.integer "user_id", :null => false @@ -94,6 +94,7 @@ ActiveRecord::Schema.define(:version => 20121225103309) do t.datetime "created_at", :null => false t.datetime "updated_at", :null => false t.boolean "actual", :default => false + t.string "sha1" end add_index "build_list_packages", ["actual", "platform_id"], :name => "index_build_list_packages_on_actual_and_platform_id"