Sha256: c2fc4b95d7594b62a59ff053e1e16ccf19c4cd9533ad245c2687e9d8ed7d64c2
Contents?: true
Size: 216 Bytes
Versions: 44
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true class AddVotesToDecidimElectionsAnswers < ActiveRecord::Migration[5.2] def change add_column :decidim_elections_answers, :votes_count, :integer, default: 0, null: false end end
Version data entries
44 entries across 44 versions & 1 rubygems