Sha256: 4a84b89043e91623a4750a331fa91af6cdff917333c18df92e85cda2cf45d5ba
Contents?: true
Size: 182 Bytes
Versions: 68
Compression:
Stored size: 182 Bytes
Contents
class AddInactiveLogOutToParticipantLoginEvent < ActiveRecord::Migration def change add_column :participant_login_events, :inactive_log_out, :boolean, default: false end end
Version data entries
68 entries across 68 versions & 1 rubygems