]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20201214144017_expand_nonce_id.rb
Update to rails 6.0.3.7
[rails.git] / db / migrate / 20201214144017_expand_nonce_id.rb
1 class ExpandNonceId < ActiveRecord::Migration[6.0]
2   def change
3     safety_assured do
4       change_column :oauth_nonces, :id, :bigint
5     end
6   end
7 end