about summary refs log tree commit diff stats
path: root/db/migrate/20221210175109_widen_user_id_field.lingo.rb
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