Sha256: a716f14c1e3a56bd3ab9f553259186a71d6df7a5eb74a39f3c9d7b5d2d4975b2
Contents?: true
Size: 165 Bytes
Versions: 28
Compression:
Stored size: 165 Bytes
Contents
class AddTicketTrackerSyncStartedAtToProjects < ActiveRecord::Migration def change add_column :projects, :ticket_tracker_sync_started_at, :timestamp end end
Version data entries
28 entries across 28 versions & 1 rubygems