Sha256: 027ef3c99818d5ac9df180389d80c466185f37769feafae3474ed89ac11675cc
Contents?: true
Size: 201 Bytes
Versions: 44
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true class AddPromotedToVoting < ActiveRecord::Migration[5.2] def change add_column :decidim_votings_votings, :promoted, :boolean, default: false, index: true end end
Version data entries
44 entries across 44 versions & 1 rubygems