Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130617150007_add_is_trusted_to_api_clients.rb
index 0d9b992a4581d4c96efd51c59a5adcd3e23e24ee..15ea0384854a6d2892dbe280624f68b31f2a33ae 100644 (file)
@@ -1,4 +1,8 @@
-class AddIsTrustedToApiClients < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddIsTrustedToApiClients < ActiveRecord::Migration[4.2]
   def change
     add_column :api_clients, :is_trusted, :boolean, :default => false
   end