Sha256: 0f3d86973b1bd362346fca4a5c602aa884d9ac0cf7995c105589b501c171075e

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

class AddCommentsAndRepliesNotificationsToUsers < ActiveRecord::Migration[5.0]
  def change
    add_column :decidim_users, :comments_notifications, :boolean, null: false, default: false
    add_column :decidim_users, :replies_notifications, :boolean, null: false, default: false
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-core-0.2.0 db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb
decidim-core-0.1.0 db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb
decidim-core-0.0.8.1 db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb
decidim-core-0.0.7 db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb
decidim-core-0.0.6 db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb
decidim-core-0.0.5 db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb