Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130130205749_add_manifest_text_to_collection.rb
index 7bcb47a6b8968476647014bc3ca4fb65c1265d1f..cb00d2fe7d65af7d8c05d9b4c142e6f60b276d70 100644 (file)
@@ -1,4 +1,8 @@
-class AddManifestTextToCollection < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddManifestTextToCollection < ActiveRecord::Migration[4.2]
   def change
     add_column :collections, :manifest_text, :text
   end