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

6 lines
152 B
Ruby
Raw Permalink Normal View History

class AddSoundNotificationsToUser < ActiveRecord::Migration
def change
2014-01-21 04:51:49 +00:00
add_column :users, :sound_notifications, :boolean, default: true
end
end