Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20130320000107_add_default_owner_to_api_client_authorizations.rb
index 43577bcb2f55e1e9fd3fa8d05acd4b58861e4587..0ccd301808f524b39772bea169ba5954c51ef01a 100644 (file)
@@ -1,4 +1,8 @@
-class AddDefaultOwnerToApiClientAuthorizations < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddDefaultOwnerToApiClientAuthorizations < ActiveRecord::Migration[4.2]
   def change
     add_column :api_client_authorizations, :default_owner, :string
   end