#780: update schema.rb

This commit is contained in:
Vokhmin Alexey V 2013-01-10 15:21:12 +04:00
parent c521e5d77e
commit 6b75eca457
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# #
# It's strongly recommended to check this file into your version control system. # 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| create_table "activity_feeds", :force => true do |t|
t.integer "user_id", :null => false t.integer "user_id", :null => false
@ -94,6 +94,7 @@ ActiveRecord::Schema.define(:version => 20121225103309) do
t.datetime "created_at", :null => false t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false t.datetime "updated_at", :null => false
t.boolean "actual", :default => false t.boolean "actual", :default => false
t.string "sha1"
end end
add_index "build_list_packages", ["actual", "platform_id"], :name => "index_build_list_packages_on_actual_and_platform_id" add_index "build_list_packages", ["actual", "platform_id"], :name => "index_build_list_packages_on_actual_and_platform_id"