Commit 29c40b56 authored by Lin Jen-Shin's avatar Lin Jen-Shin

This migration is duplicated with:

db/migrate/20180722103201_add_private_profile_to_users.rb
parent 61b89bbc
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
class AddPrivateProfileToUsers < ActiveRecord::Migration
DOWNTIME = false
def change
add_column :users, :private_profile, :boolean
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment