blob: 7ccb934e5bc49a516061ca829066ac83276fad7f (
plain) (
blame)
1
2
3
4
5
6
  | 
# This migration comes from lingo (originally 20221210174554)
class WidenUserIdField < ActiveRecord::Migration[7.0]
  def change
    change_column :lingo_scores, :user_id, :integer, limit: 8
  end
end
 
  |