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.29.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.9 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.29.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.8 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.29.0.rc4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.29.0.rc3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.29.0.rc2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.29.0.rc1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.7 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.6 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.10 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.26.9 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.27.5 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.0.rc5 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.28.0.rc4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb