????

Your IP : 18.188.146.223


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20211213122100_remove_identity_url_from_users.rb

class RemoveIdentityUrlFromUsers < ActiveRecord::Migration[6.1]
  def change
    remove_column :users, :identity_url, :string
  end
end