Sha256: 69762405717937e152e866519e485e532c9953302354c21b810a29410cc51c89
Contents?: true
Size: 182 Bytes
Versions: 5
Compression:
Stored size: 182 Bytes
Contents
class AddShowStatisticsToTasksTaskablesQuestion < ActiveRecord::Migration def change add_column :tasks_taskables_questions, :show_statistics, :boolean, default: true end end
Version data entries
5 entries across 5 versions & 1 rubygems