[ARVADOS] updated: 5805fc322c7fd0c83eb9805a915aecd693cef5ee

git at public.curoverse.com git at public.curoverse.com
Wed May 28 12:01:02 EDT 2014


Summary of changes:
 .../migrate/20140527152921_add_description_to_pipeline_templates.rb  | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb

       via  5805fc322c7fd0c83eb9805a915aecd693cef5ee (commit)
      from  fe84c84827af6092784408629e4cde0663fe6af8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 5805fc322c7fd0c83eb9805a915aecd693cef5ee
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed May 28 12:00:33 2014 -0400

    2754: Add migration missing from commit:fe84c84827af6092784408629e4cde0663fe6af8

diff --git a/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb b/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb
new file mode 100644
index 0000000..6cf3133
--- /dev/null
+++ b/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb
@@ -0,0 +1,5 @@
+class AddDescriptionToPipelineTemplates < ActiveRecord::Migration
+  def change
+    add_column :pipeline_templates, :description, :text
+  end
+end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list