Sha256: 364eb4e20b2a11e4219f1b64a927f24596890244e9f8d3f72b72c940d2516d17
Contents?: true
Size: 168 Bytes
Versions: 1
Compression:
Stored size: 168 Bytes
Contents
class AddReceivesNotificationsToUsers < ActiveRecord::Migration def change add_column :georgia_users, :receives_notifications, :boolean, default: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | db/migrate/015_add_receives_notifications_to_users.rb |