Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130617150007_add_is_trusted_to_api_clients.rb
index e74acbca81051f63d88a08d913e5c1749f624e18..15ea0384854a6d2892dbe280624f68b31f2a33ae 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddIsTrustedToApiClients < ActiveRecord::Migration
+class AddIsTrustedToApiClients < ActiveRecord::Migration[4.2]
   def change
     add_column :api_clients, :is_trusted, :boolean, :default => false
   end