Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130724153034_add_scopes_to_api_client_authorizations.rb
index 6693a682b7f29bc6e54939445c9ef0f036075a92..cef3a35da17459d1ff5894ab875309ffcef28c9c 100644 (file)
@@ -1,4 +1,8 @@
-class AddScopesToApiClientAuthorizations < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddScopesToApiClientAuthorizations < ActiveRecord::Migration[4.2]
   def change
     add_column :api_client_authorizations, :scopes, :text, :null => false, :default => ['all'].to_yaml
   end