Sha256: d5eaa2cbba1946785133e0175f39dbe64691ac9c01a2fe354c0bbf86c825ee46
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
class AddDeadlineNotificationSentAtToProjects < ActiveRecord::Migration def change add_column :projects, :deadline_notification_sent_at, :datetime end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
self_systeem-0.1.0 | test/dummy_app/db/migrate/20140413015049_add_deadline_notification_sent_at_to_projects.rb |