Sha256: 2f595a77ebd204e1a6bf3c1f0534f19afeffca1bc836918e4ab5661884acfca7
Contents?: true
Size: 155 Bytes
Versions: 19
Compression:
Stored size: 155 Bytes
Contents
class AddVotesCountToRostraQuestions < ActiveRecord::Migration def change add_column :rostra_questions, :votes_count, :integer, default: 0 end end
Version data entries
19 entries across 19 versions & 1 rubygems