Sha256: a1f73f0b9cc634e6025a04f47e03493623effec777d95548a21bfa1332c523e6
Contents?: true
Size: 159 Bytes
Versions: 28
Compression:
Stored size: 159 Bytes
Contents
class AddLastTicketTrackerSyncAtToProjects < ActiveRecord::Migration def change add_column :projects, :last_ticket_tracker_sync_at, :timestamp end end
Version data entries
28 entries across 28 versions & 1 rubygems