Sha256: 93fae649d2f7bee6d3c1155206d48a49ac7381eb8907cc77fcd103151151871c
Contents?: true
Size: 164 Bytes
Versions: 234
Compression:
Stored size: 164 Bytes
Contents
class AddLastNotificationEmailSentAtToUser < ActiveRecord::Migration[5.2] def change add_column :users, :last_notification_email_sent_at, :datetime end end
Version data entries
234 entries across 234 versions & 1 rubygems