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