Sha256: 78066a0547d9dc9b64b2b5894344a4aa2d402a46636b5aaee2807a4690c4468a

Contents?: true

Size: 190 Bytes

Versions: 6

Compression:

Stored size: 190 Bytes

Contents

class AddNewsletterNotificationsToUsers < ActiveRecord::Migration[5.0]
  def change
    add_column :decidim_users, :newsletter_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/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.1.0 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.0.8.1 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.0.7 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.0.6 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb
decidim-core-0.0.5 db/migrate/20170203150545_add_newsletter_notifications_to_users.rb