Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130608053730_create_virtual_machines.rb
index 8578f23222a107b6baf420f5feb54088e4cc0c94..8a9a74002bf36a970c4a2d6dd85ae93bc0490503 100644 (file)
@@ -1,4 +1,8 @@
-class CreateVirtualMachines < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateVirtualMachines < ActiveRecord::Migration[4.2]
   def change
     create_table :virtual_machines do |t|
       t.string :uuid, :null => false