diaspora/db/migrate/20150630221004_add_public_to_profiles.rb
2017-08-12 15:39:26 +02:00

5 lines
148 B
Ruby

class AddPublicToProfiles < ActiveRecord::Migration[4.2]
def change
add_column :profiles, :public_details, :boolean, default: false
end
end