Sha256: cc45ab3a3e758330c79590b3493a951a8aea3fcbd682f4a330b613b0afa0d641
Contents?: true
Size: 223 Bytes
Versions: 7
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from qwester (originally 20131119142009) class AddMustCompleteToQwesterQuestionnaires < ActiveRecord::Migration def change add_column :qwester_questionnaires, :must_complete, :boolean end end
Version data entries
7 entries across 7 versions & 1 rubygems