]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/041_add_fine_o_auth_permissions.rb
Remove cascading deletes, add another foreign key, and switch index around.
[rails.git] / db / migrate / 041_add_fine_o_auth_permissions.rb
index 598cb3c047afb9aa3458bef0ba47d997f375c570..3ce10c4e6a400a6ae7070d395058ff9455cee96e 100644 (file)
@@ -1,6 +1,5 @@
-class AddFineOAuthPermissions < ActiveRecord::Migration
-  PERMISSIONS = [:allow_read_prefs, :allow_write_prefs, :allow_write_diary,
-                 :allow_write_api, :allow_read_gpx, :allow_write_gpx].freeze
+class AddFineOAuthPermissions < ActiveRecord::Migration[5.0]
+  PERMISSIONS = [:allow_read_prefs, :allow_write_prefs, :allow_write_diary, :allow_write_api, :allow_read_gpx, :allow_write_gpx].freeze
 
   def self.up
     PERMISSIONS.each do |perm|