debshots/db/migrate/20210222102040_extend_ip_field.rb

5 lines
138 B
Ruby

class ExtendIpField < ActiveRecord::Migration[6.1]
def change
change_column :screenshots, :uploaderip, :string, limit: 40
end
end