14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130606183519_create_authorized_keys.rb
index 52529fe088ce95d903b33f422da7663d26a2086f..d9e4e542bff1ff3df49d63b682dfacb3981353c5 100644 (file)
@@ -1,4 +1,8 @@
-class CreateAuthorizedKeys < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateAuthorizedKeys < ActiveRecord::Migration[4.2]
   def change
     create_table :authorized_keys do |t|
       t.string :uuid, :null => false