2754: Add migration missing from commit:fe84c84827af6092784408629e4cde0663fe6af8
authorTom Clegg <tom@curoverse.com>
Wed, 28 May 2014 16:00:33 +0000 (12:00 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 28 May 2014 16:00:33 +0000 (12:00 -0400)
services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb [new file with mode: 0644]

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 (file)
index 0000000..6cf3133
--- /dev/null
@@ -0,0 +1,5 @@
+class AddDescriptionToPipelineTemplates < ActiveRecord::Migration
+  def change
+    add_column :pipeline_templates, :description, :text
+  end
+end