You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20211213122100_remove_identity_url_from_users.rb 136B

12345
  1. class RemoveIdentityUrlFromUsers < ActiveRecord::Migration[6.1]
  2. def change
  3. remove_column :users, :identity_url, :string
  4. end
  5. end