BigW Consortium Gitlab

20130206084024_add_description_to_namsespace.rb 180 Bytes
Newer Older
1
# rubocop:disable all
Andrew8xx8 committed
2 3 4 5 6
class AddDescriptionToNamsespace < ActiveRecord::Migration
  def change
    add_column :namespaces, :description, :string, default: '', null: false
  end
end