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.25.0.rc4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.25.0.rc3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.25.0.rc2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.25.0.rc1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.24.3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.6 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.24.2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.5 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.24.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.24.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.24.0.rc2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.4 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.24.0.rc1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.3 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.2 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.1.rc1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.23.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.22.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.21.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb