14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20160324144017_add_components_to_job.rb
index 9595d7f05176882726b6d1c38fdc1c8ec035d9c0..99b24428f50ef666afa81340c653d4fa324f7029 100644 (file)
@@ -1,4 +1,8 @@
-class AddComponentsToJob < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddComponentsToJob < ActiveRecord::Migration[4.2]
   def up
     add_column :jobs, :components, :text
   end