14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130319194637_rename_pipelines_to_pipeline_templates.rb
index 006b7537b20d51f43f52a41fd2c9aaab0d741367..eea3444bab68ffd30c258d3a7434169db2bb06a3 100644 (file)
@@ -1,4 +1,8 @@
-class RenamePipelinesToPipelineTemplates < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenamePipelinesToPipelineTemplates < ActiveRecord::Migration[4.2]
   def up
     rename_column :pipeline_instances, :pipeline_uuid, :pipeline_template_uuid
     rename_table :pipelines, :pipeline_templates