A corporation manager and dashboard for EVE Online
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

20150316234044_remove_is_corp_from_user.rb 121 B

12345
  1. class RemoveIsCorpFromUser < ActiveRecord::Migration
  2. def change
  3. remove_column :users, :is_corp, :boolean
  4. end
  5. end