Sha256: c4f9271777825d81710aec77b2378343c1625a5f421935c376c67a3aaa8275c6
Contents?: true
Size: 275 Bytes
Versions: 8
Compression:
Stored size: 275 Bytes
Contents
# This migration comes from qwester (originally 20121122130930) class AddCopeIndexAndPositionToAnswers < ActiveRecord::Migration def change add_column :qwester_answers, :position, :integer add_column :qwester_answers, :cope_index, :integer, :default => 0 end end
Version data entries
8 entries across 8 versions & 1 rubygems