rosa-build/db/migrate/20130820195938_add_sound_no...

6 lines
155 B
Ruby

class AddSoundNotificationsToUser < ActiveRecord::Migration
def change
add_column :users, :sound_notifications, :boolean, :default => true
end
end