Sha256: 3aa9f02fca31de4dcc590aa201dbda238edd1239d95173df80a5aa472f9a02ce

Contents?: true

Size: 221 Bytes

Versions: 134

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

class AddNewsletterNotificationsToUsers < ActiveRecord::Migration[5.0]
  def change
    add_column :decidim_users, :newsletter_notifications, :boolean, null: false, default: false
  end
end

Version data entries

134 entries across 134 versions & 2 rubygems

Version Path
decidim-core-0.26.8 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.7 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.5 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.0.rc2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.0.rc1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.0.rc2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.0.rc1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.25.2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.25.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.25.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb