Sha256: ab31ea6155da495e84003e74ae4f50661adad8d67a24089538c854682c9618d3
Contents?: true
Size: 328 Bytes
Versions: 44
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true class AddRegistrationCustomContentToMeetings < ActiveRecord::Migration[5.2] def change add_column :decidim_meetings_meetings, :customize_registration_email, :boolean, default: false, null: false add_column :decidim_meetings_meetings, :registration_email_custom_content, :jsonb end end
Version data entries
44 entries across 44 versions & 1 rubygems