Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130425024459_create_keep_disks.rb
index 7ad92c704dcbda272833644637af24ae8c477703..1e21464c60d5a28b5bca1e152460b7cb0e85b851 100644 (file)
@@ -1,4 +1,8 @@
-class CreateKeepDisks < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateKeepDisks < ActiveRecord::Migration[4.2]
   def change
     create_table :keep_disks do |t|
       t.string :uuid, :null => false