Sha256: 3563c169fe4a2c3a395cf109028c9febbed0563f1053072be3182a080250eb12
Contents?: true
Size: 244 Bytes
Versions: 75
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true class AddEnableHighlightedBannerToDecidimConsultations < ActiveRecord::Migration[5.1] def change add_column :decidim_consultations, :enable_highlighted_banner, :boolean, null: false, default: true end end
Version data entries
75 entries across 75 versions & 1 rubygems