Sha256: d57208e721dc3b8ac7fa5bce021d7a38dd6b5f4f67142e28337cb0764ee6f574
Contents?: true
Size: 215 Bytes
Versions: 160
Compression:
Stored size: 215 Bytes
Contents
class AddUserStartDataInExam < ActiveRecord::Migration[4.2] def change add_column :exam_authorizations, :started, :boolean, default: false add_column :exam_authorizations, :started_at, :datetime end end
Version data entries
160 entries across 160 versions & 2 rubygems