Sha256: f2fcb164a9d16131de7fee5bb8f03a9a2b7a1c29957e97cf59fded4c9d2c4714
Contents?: true
Size: 239 Bytes
Versions: 10
Compression:
Stored size: 239 Bytes
Contents
# This migration comes from qwester (originally 20130502082540) class AddPositionToQwesterPresentationQuestionnaires < ActiveRecord::Migration def change add_column :qwester_presentation_questionnaires, :position, :integer end end
Version data entries
10 entries across 10 versions & 1 rubygems