Merge branch '19362-all-webdav-via-sitefs'
[arvados.git] / services / api / db / migrate / 20130319235957_add_default_owner_to_users.rb
index 935ce46d6c7d6cc363d2c48003920864573d6396..feb5b3efebd1e19750746a53e296592faa06a848 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddDefaultOwnerToUsers < ActiveRecord::Migration
+class AddDefaultOwnerToUsers < ActiveRecord::Migration[4.2]
   def change
     add_column :users, :default_owner, :string
   end