Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
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