X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b28565c8aa08cbf70762fa69e49c5067fcb57e96..82b46502f25b6992c93bfe7689acc095aa447e5b:/services/api/db/schema.rb diff --git a/services/api/db/schema.rb b/services/api/db/schema.rb index 22a019424f..26f1bdcc1b 100644 --- a/services/api/db/schema.rb +++ b/services/api/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20140519205916) do +ActiveRecord::Schema.define(:version => 20140527152921) do @@ -350,6 +350,7 @@ ActiveRecord::Schema.define(:version => 20140519205916) do t.string "name" t.text "components" t.datetime "updated_at", :null => false + t.text "description" end add_index "pipeline_templates", ["created_at"], :name => "index_pipeline_templates_on_created_at"