X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e881778afbede03d32b842334113cba198052cfb..df91e9651a0075415a257be97f0a92be061141d3:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index c63a312dcf..256fa3977e 100644 --- a/services/api/db/schema.rb +++ b/services/api/db/schema.rb @@ -11,8 +11,9 @@ # # It's strongly recommended to check this file into your version control system. +ActiveRecord::Schema.define(:version => 20140627210837) do + -ActiveRecord::Schema.define(:version => 20140601022548) do create_table "api_client_authorizations", :force => true do |t| t.string "api_token", :null => false @@ -195,6 +196,7 @@ ActiveRecord::Schema.define(:version => 20140601022548) do t.string "repository" t.boolean "output_is_persistent", :default => false, :null => false t.string "supplied_script_version" + t.string "docker_image_locator" end add_index "jobs", ["created_at"], :name => "index_jobs_on_created_at" @@ -320,16 +322,14 @@ ActiveRecord::Schema.define(:version => 20140601022548) do create_table "pipeline_instances", :force => true do |t| t.string "uuid" t.string "owner_uuid" - t.datetime "created_at", :null => false + t.datetime "created_at", :null => false t.string "modified_by_client_uuid" t.string "modified_by_user_uuid" t.datetime "modified_at" t.string "pipeline_template_uuid" t.string "name" t.text "components" - t.boolean "success" - t.boolean "active", :default => false - t.datetime "updated_at", :null => false + t.datetime "updated_at", :null => false t.text "properties" t.string "state" t.text "components_summary"